Home
last modified time | relevance | path

Searched refs:VTOTM (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmp.h58 #define VTOTM(vp) ((struct tmount *)(vp)->v_vfsp->vfs_data) macro
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c586 struct tmount *tm = (struct tmount *)VTOTM(vp); in tmp_read()
615 struct tmount *tm = (struct tmount *)VTOTM(vp); in tmp_write()
731 struct tmount *tm = (struct tmount *)VTOTM(vp); in tmp_setattr()
878 tm = VTOTM(dvp); in tmp_lookup()
961 tm = (struct tmount *)VTOTM(dvp); in tmp_create()
1132 struct tmount *tm = (struct tmount *)VTOTM(dvp); in tmp_link()
1189 struct tmount *tm = (struct tmount *)VTOTM(odvp); in tmp_rename()
1335 struct tmount *tm = (struct tmount *)VTOTM(dvp); in tmp_mkdir()
1580 struct tmount *tm = (struct tmount *)VTOTM(dvp); in tmp_symlink()