Home
last modified time | relevance | path

Searched refs:tn_dirents (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c521 dir->tn_dirents--; in tdirdelete()
602 dir->tn_dirents = 2; in tdirinit()
655 dir->tn_dirents--; in tdirtrunc()
664 ASSERT(dir->tn_dirents == 0); in tdirtrunc()
800 if (to->tn_dirents > 2 || to->tn_nlink > 2) { in tdirrename()
936 dir->tn_dirents++; in tdiraddentry()
983 if (tpdp->td_next == NULL && tpdp->td_offset > 2 * dir->tn_dirents) in tdiraddentry()
H A Dtmp_vnops.c1418 if (self->tn_dirents > 2) { in tmp_rmdir()
2391 if (tp->tn_xattrdp->tn_dirents > 2) in tmp_pathconf()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dtmpnode.h93 #define tn_dirents un_tmpnode.un_dirstruct.un_dirents macro