Searched defs:union_node (Results 1 – 2 of 2) sorted by relevance
45 struct union_node { struct47 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
40 static LIST_HEAD(unhead, union_node) unhead[NHASH]; in LIST_HEAD() argument