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.c301 tm = (struct tmount *)VFSTOTM(vfsp); in tmp_mount()
413 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_unmount()
556 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_root()
571 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_statvfs()
676 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