Home
last modified time | relevance | path

Searched refs:TNTOV (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmp.h60 #define TNTOV(tp) ((tp)->tn_vnode) macro
61 #define tmpnode_hold(tp) VN_HOLD(TNTOV(tp))
62 #define tmpnode_rele(tp) VN_RELE(TNTOV(tp))
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vfsops.c366 TNTOV(tp)->v_flag |= VROOT; in tmp_mount()
439 if (TNTOV(tnp)->v_count > 1) { in tmp_unmount()
445 if ((vp = TNTOV(tnp))->v_count > 0) { in tmp_unmount()
448 vp = TNTOV(cancel); in tmp_unmount()
516 vp = TNTOV(tnp); in tmp_unmount()
534 VN_RELE(TNTOV(tm->tm_rootnode)); in tmp_unmount()
561 vp = TNTOV(tp); in tmp_root()
695 *vpp = (struct vnode *)TNTOV(tp); in tmp_vget()
H A Dtmp_dir.c325 VN_HOLD(TNTOV(dir)); in tdirenter()
329 VN_RELE(TNTOV(dir)); in tdirenter()
409 vnevent_rename_dest(TNTOV(found), in tdirenter()
410 TNTOV(dir), name, ctp); in tdirenter()
849 if (vn_vfswlock(TNTOV(to))) { in tdirrename()
853 if (vn_mountedvfs(TNTOV(to)) != NULL) { in tdirrename()
854 vn_vfsunlock(TNTOV(to)); in tdirrename()
862 vn_vfsunlock(TNTOV(to)); in tdirrename()
898 vn_vfsunlock(TNTOV(to)); in tdirrename()
H A Dtmp_vnops.c136 vp = TNTOV(tp); in wrtmp()
466 vp = TNTOV(tp); in rdtmp()
502 vp = TNTOV(tp); in rdtmp()
901 *vpp = TNTOV(tp->tn_xattrdp); in tmp_lookup()
920 *vpp = TNTOV(ntp); in tmp_lookup()
1015 *vpp = TNTOV(oldtp); in tmp_create()
1070 *vpp = TNTOV(self); in tmp_create()
1369 *vpp = TNTOV(self); in tmp_mkdir()
1402 vp = TNTOV(self); in tmp_rmdir()
1730 vn_invalid(TNTOV(tp)); in tmp_inactive()
[all …]
H A Dtmp_tnode.c196 vp = TNTOV(t); in tmpnode_init()
235 struct vnode *vp = TNTOV(tp); in tmpnode_trunc()
311 pvn_vpzero(TNTOV(tp), (u_offset_t)newsize, zlen); in tmpnode_trunc()
H A Dtmp_subr.c72 return (secpolicy_vnode_access2(cred, TNTOV(tp), tp->tn_uid, in tmp_taccess()