Home | History | Annotate | Download | only in union

Lines Matching defs:um

560 	struct union_mount *um;
566 um = MOUNTTOUNIONMOUNT(mp);
584 if ((un->un_uppervp == um->um_uppervp) &&
585 ((un->un_lowervp == NULLVP) || un->un_lowervp == um->um_lowervp)) {
587 un->un_lowervp = um->um_lowervp;
797 * (um) points to the union mount structure for access to the
809 union_mkshadow(struct union_mount *um, struct vnode *dvp,
826 (um->um_op == UNMNT_ABOVE ? cnp->cn_cred : um->um_cred), pnbuf);
843 va.va_mode = um->um_cmode;
855 * (um) points to the union mount structure for access to the
863 union_mkwhiteout(struct union_mount *um, struct vnode *dvp,
870 (um->um_op == UNMNT_ABOVE ? cnp->cn_cred : um->um_cred),