Searched refs:VFSTOTM (Results 1 – 3 of 3) sorted by relevance
380 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()
1652 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()
56 #define VFSTOTM(vfsp) ((struct tmount *)(vfsp)->vfs_data) macro