Searched defs:s_commonvp (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h48 * the s_commonvp is used to point to the "common" vnode used for
50 * then the s_realvp field is NULL and s_commonvp points to s_vnode.
53 * represents the device in the file system while the s_commonvp points
74 struct vnode *s_commonvp; /* common device vnode */ member in struct:snode
129 #define VTOCS(vp) (VTOS(VTOS(vp)->s_commonvp))

Completed in 58 milliseconds