Home
last modified time | relevance | path

Searched refs:tm_vfsp (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_tnode.c80 zone = tm->tm_vfsp->vfs_zone; in tmp_resv()
116 anon_unresv_zone(delta, tm->tm_vfsp->vfs_zone); in tmp_unresv()
198 vp->v_vfsp = tm->tm_vfsp; in tmpnode_init()
H A Dtmp_vfsops.c312 tm->tm_vfsp = vfsp; in tmp_mount()
554 zp = tm->tm_vfsp->vfs_zone; in tmp_statvfs()
H A Dtmp_vnops.c227 zcmn_err(tm->tm_vfsp->vfs_zone->zone_id, in wrtmp()
232 if (tm->tm_vfsp->vfs_zone->zone_id != in wrtmp()
235 vfs_t *vfs = tm->tm_vfsp; in wrtmp()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dtmp.h42 struct vfs *tm_vfsp; /* filesystem's vfs struct */ member