Home
last modified time | relevance | path

Searched defs:union_mount (Results 1 – 2 of 2) sorted by relevance

/csrg-svn/sys/miscfs/union/
H A Dunion.h24 struct union_mount { struct
25 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 */
H A Dunion_vfsops.c35 union_mount(mp, path, data, ndp, p) in union_mount() function