Lines Matching defs:unionfs_mount
53 struct unionfs_mount { struct
54 struct mount *um_lowermp; /* MNT_REFed lower mount object */
55 struct mount *um_uppermp; /* MNT_REFed upper mount object */
56 struct vnode *um_lowervp; /* VREFed once */
57 struct vnode *um_uppervp; /* VREFed once */
58 struct vnode *um_rootvp; /* ROOT vnode */
59 struct mount_upper_node um_lower_link; /* node in lower FS list of uppers */
60 struct mount_upper_node um_upper_link; /* node in upper FS list of uppers */
61 unionfs_copymode um_copymode;
62 unionfs_whitemode um_whitemode;
63 uid_t um_uid;
64 gid_t um_gid;
65 u_short um_udir;
66 u_short um_ufile;