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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h93 #define tn_dirents un_tmpnode.un_dirstruct.un_dirents macro
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c521 dir->tn_dirents--;
602 dir->tn_dirents = 2;
655 dir->tn_dirents--;
664 ASSERT(dir->tn_dirents == 0);
800 if (to->tn_dirents > 2 || to->tn_nlink > 2) {
805 * Update atime because checking tn_dirents is
936 dir->tn_dirents++;
983 if (tpdp->td_next == NULL && tpdp->td_offset > 2 * dir->tn_dirents)
H A Dtmp_vnops.c1435 if (self->tn_dirents > 2) {
1438 * Update atime because checking tn_dirents is logically
2408 if (tp->tn_xattrdp->tn_dirents > 2)

Completed in 63 milliseconds