Home
last modified time | relevance | path

Searched refs:un_vnode (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/sys/fs/union/
H A Dunion.h125 struct vnode *un_vnode; /* :: Back pointer */ member
169 #define UNIONTOV(un) ((un)->un_vnode)
H A Dunion_subr.c475 un->un_vnode = NULL; in union_allocvp()
539 un->un_vnode = NULL; in union_freevp()
572 un->un_vnode = vp; in union_loadvnode()
/netbsd-src/sys/fs/unionfs/
H A Dunionfs.h107 struct vnode *un_vnode; /* Back pointer */ member
122 #define UNIONFSTOV(xp) ((xp)->un_vnode)
H A Dunionfs_subr.c111 unp->un_vnode = vp; in unionfs_nodeget()