Home | History | Annotate | Download | only in union

Lines Matching defs:lower

210 	size_t upper, lower;
226 error = VOP_PARSEPATH(lowerdvp, ap->a_name, &lower);
231 lower = 0;
234 if (upper == 0 && lower == 0) {
243 *ap->a_retval = MAX(upper, lower);
389 * in the lower layer. this time, if there is some
391 * back from the upper layer and return the lower vnode
412 * between the lower layer and our union layer (w.r.t.
440 * the lower layer only does LOOKUPs.
451 * possible errors with the lookups in the upper and lower
453 * references to existing vnodes in the upper and lower layers.
641 * If the lower vnode is being opened for writing, then
643 * otherwise can simply open the lower vnode.
659 * Just open the lower vnode, but check for nodev mount flag
943 * Handle case of truncating lower object to zero size,
1795 vprint("union: lower", LOWERVP(vp));
1960 * or the lower layer one. If there is lower layer file only
1961 * at this moment, we will keep watching that lower layer file