Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c300 tm = (struct tmount *)VFSTOTM(vfsp); in tmp_mount()
412 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_unmount()
555 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_root()
570 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_statvfs()
675 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_vget()
H A Dtmp_vnops.c1667 struct tmount *tm = (struct tmount *)VFSTOTM(vp->v_vfsp); in tmp_inactive()
2315 VFSTOTM(vp->v_vfsp); in tmp_freesp()
2318 error = tmpnode_trunc((struct tmount *)VFSTOTM(vp->v_vfsp), in tmp_freesp()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmp.h57 #define VFSTOTM(vfsp) ((struct tmount *)(vfsp)->vfs_data) macro