Lines Matching refs:VDIR
200 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()
992 if ((op == DE_RENAME) && (tp->tn_type == VDIR)) in tdiraddentry()
1137 if (dir->tn_mode & VSGID && type == VDIR) in tdirmaketnode()