Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c581 dir->tn_dirents--; in tdirdelete()
662 dir->tn_dirents = 2; in tdirinit()
715 dir->tn_dirents--; in tdirtrunc()
724 ASSERT(dir->tn_dirents == 0); in tdirtrunc()
860 if (to->tn_dirents > 2 || to->tn_nlink > 2) { in tdirrename()
996 dir->tn_dirents++; in tdiraddentry()
1043 if (tpdp->td_next == NULL && tpdp->td_offset > 2 * dir->tn_dirents) in tdiraddentry()
H A Dtmp_vnops.c1433 if (self->tn_dirents > 2) { in tmp_rmdir()
2406 if (tp->tn_xattrdp->tn_dirents > 2) in tmp_pathconf()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h93 #define tn_dirents un_tmpnode.un_dirstruct.un_dirents macro