Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c380 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_unmount()
523 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_root()
538 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_statvfs()
643 struct tmount *tm = (struct tmount *)VFSTOTM(vfsp); in tmp_vget()
H A Dtmp_vnops.c1652 struct tmount *tm = (struct tmount *)VFSTOTM(vp->v_vfsp); in tmp_inactive()
2300 VFSTOTM(vp->v_vfsp); in tmp_freesp()
2303 error = tmpnode_trunc((struct tmount *)VFSTOTM(vp->v_vfsp), in tmp_freesp()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dtmp.h56 #define VFSTOTM(vfsp) ((struct tmount *)(vfsp)->vfs_data) macro