Home
last modified time | relevance | path

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

/csrg-svn/sys/miscfs/union/
H A Dunion.h45 struct union_node { struct
47 struct vnode *un_vnode; /* Back pointer */
48 struct vnode *un_uppervp; /* overlaying object */
49 struct vnode *un_lowervp; /* underlying object */
50 struct vnode *un_dirvp; /* Parent dir of uppervp */
51 struct vnode *un_pvp; /* Parent vnode */
52 char *un_path; /* saved component name */
76 extern int union_copyup __P((struct union_node *, int, struct ucred *, argument
H A Dunion_subr.c40 static LIST_HEAD(unhead, union_node) unhead[NHASH]; in LIST_HEAD() argument