Home
last modified time | relevance | path

Searched refs:MTOV (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c123 vp = MTOV(mnp); in mntinitrootnode()
234 MTOV(mnp)->v_vfsp = vfsp; in mntmount()
236 vn_exists(MTOV(mnp)); in mntmount()
245 vnode_t *vp = MTOV(&mnt->mnt_node); in mntunmount()
272 struct vnode *vp = MTOV(mnp); in mntroot()
H A Dmntvnops.c854 *vpp = MTOV(nmnp); in mntopen()
1143 vp = MTOV(mnp); in mntgetnode()
1159 vnode_t *vp = MTOV(mnp); in mntfreenode()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dmntdata.h77 #define MTOV(pnp) ((pnp)->mnt_vnode) macro
78 #define MTOD(pnp) ((struct mntdata *)MTOV(pnp)->v_vfsp->vfs_data)