Searched defs:union_mount (Results 1 – 2 of 2) sorted by relevance
24 struct union_mount { struct25 struct vnode *um_uppervp;26 struct vnode *um_lowervp;27 struct ucred *um_cred; /* Credentials of user calling mount */28 int um_cmode; /* cmask from mount process */29 int um_op; /* Operation mode */
35 union_mount(mp, path, data, ndp, p) in union_mount() function