Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_tnode.c70 ASSERT(tp->tn_type == VREG); in tmp_resv()
114 ASSERT(tp->tn_type == VREG); in tmp_unresv()
137 ASSERT(tp->tn_type == VREG); in tmpnode_growmap()
171 t->tn_type = vap->va_type; in tmpnode_init()
247 switch (tp->tn_type) { in tmpnode_trunc()
H A Dtmp_dir.c200 if (parent->tn_type != VDIR) in tdirlookup()
255 ASSERT(dir->tn_type == VDIR); in tdirenter()
378 if (tp->tn_type == VDIR) { in tdirenter()
447 if ((tp->tn_type) == VDIR) { in tdirenter()
502 ASSERT(dir->tn_type == VDIR); in tdirdelete()
590 if (op == DR_RMDIR && tp->tn_type == VDIR) { in tdirdelete()
610 ASSERT(dir->tn_type == VDIR); in tdirinit()
680 ASSERT(dir->tn_type == VDIR); in tdirtrunc()
839 doingdirectory = (fromtp->tn_type == VDIR); in tdirrename()
840 if (to->tn_type == VDIR) { in tdirrename()
[all …]
H A Dtmp_subr.c94 (entry->tn_type != VREG || in tmp_sticky_remove_access()
H A Dtmp_vnops.c487 ASSERT(tp->tn_type == VREG); in rdtmp()
884 xdp->tn_type = VDIR; in tmp_lookup()
885 if (tp->tn_type == VDIR) { in tmp_lookup()
1004 else if ((oldtp->tn_type == VDIR) && (mode & VWRITE)) in tmp_create()
1107 error = (tp->tn_type == VDIR) ? EPERM : in tmp_remove()
1407 if (self->tn_type != VDIR) { in tmp_rmdir()
1697 if (tp->tn_type == VREG) { in tmp_inactive()
1707 if (tp->tn_type == VLNK) in tmp_inactive()
H A Dtmp_vfsops.c477 if (tnp->tn_type == VDIR) in tmp_unmount()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h107 #define tn_type tn_attr.va_type macro