Home
last modified time | relevance | path

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

/freebsd-12.1/sys/fs/unionfs/
H A Dunion.h87 struct vnode *un_vnode; /* Back pointer */ member
107 #define UNIONFSTOV(xp) ((xp)->un_vnode)
H A Dunion_subr.c276 unp->un_vnode = vp; in unionfs_nodeget()