Searched refs:tn_type (Results 1 – 6 of 6) sorted by relevance
70 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()
197 if (parent->tn_type != VDIR) in tdirlookup()252 ASSERT(dir->tn_type == VDIR); in tdirenter()318 if (tp->tn_type == VDIR) { in tdirenter()387 if ((tp->tn_type) == VDIR) { in tdirenter()442 ASSERT(dir->tn_type == VDIR); in tdirdelete()530 if (op == DR_RMDIR && tp->tn_type == VDIR) { in tdirdelete()550 ASSERT(dir->tn_type == VDIR); in tdirinit()620 ASSERT(dir->tn_type == VDIR); in tdirtrunc()779 doingdirectory = (fromtp->tn_type == VDIR); in tdirrename()780 if (to->tn_type == VDIR) { in tdirrename()[all …]
84 (entry->tn_type != VREG || in tmp_sticky_remove_access()
485 ASSERT(tp->tn_type == VREG); in rdtmp()882 xdp->tn_type = VDIR; in tmp_lookup()883 if (tp->tn_type == VDIR) { in tmp_lookup()1002 else if ((oldtp->tn_type == VDIR) && (mode & VWRITE)) in tmp_create()1105 if (tp->tn_type != VDIR || in tmp_remove()1392 if (self->tn_type != VDIR) { in tmp_rmdir()1682 if (tp->tn_type == VREG) { in tmp_inactive()1692 if (tp->tn_type == VLNK) in tmp_inactive()
445 if (tnp->tn_type == VDIR) in tmp_unmount()
107 #define tn_type tn_attr.va_type macro