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