Home
last modified time | relevance | path

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

/src/sys/fs/unionfs/
H A Dunion.h88 struct vnode *un_vnode; /* Back pointer */ member
129 #define UNIONFSTOV(xp) ((xp)->un_vnode)
H A Dunion_subr.c360 unp->un_vnode = vp; in unionfs_nodeget()