Searched defs:union_mount (Results 1 – 2 of 2) sorted by relevance
93 struct union_mount { struct94 struct vnode *um_uppervp;95 struct vnode *um_lowervp;96 kauth_cred_t um_cred; /* Credentials of user calling mount */97 int um_cmode; /* cmask from mount process */98 int um_op; /* Operation mode */
105 union_mount(struct mount *mp, const char *path, void *data, size_t *data_len) in union_mount() function