Home
last modified time | relevance | path

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

/titanic_41/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.c197 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 …]
H A Dtmp_subr.c84 (entry->tn_type != VREG || in tmp_sticky_remove_access()
H A Dtmp_vnops.c485 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()
H A Dtmp_vfsops.c445 if (tnp->tn_type == VDIR) in tmp_unmount()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dtmpnode.h107 #define tn_type tn_attr.va_type macro