Searched refs:tn_nlink (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c273 if (tp->tn_nlink == 0) {
280 if (tp->tn_nlink == MAXLINK) {
286 tp->tn_nlink++;
301 if (dir->tn_nlink == 0) {
395 tp->tn_nlink = 0;
414 DECR_COUNT(&tp->tn_nlink, &tp->tn_tlock);
528 ASSERT(tp->tn_nlink > 0);
529 DECR_COUNT(&tp->tn_nlink, &tp->tn_tlock);
532 ASSERT(tp->tn_nlink == 0);
593 * tn_nlink
[all...]
H A Dtmp_vfsops.c376 tp->tn_nlink = 0;
467 ASSERT(tnp->tn_nlink > 0);
468 DECR_COUNT(&tnp->tn_nlink, &tnp->tn_tlock);
674 if (tp->tn_gen != tfid->tfid_gen || tp->tn_nlink == 0) {
H A Dtmp_tnode.c173 t->tn_nlink = 1;
343 ASSERT(tp->tn_nlink == 0);
H A Dtmp_vnops.c703 vap->va_nlink = tp->tn_nlink;
1349 if (parent->tn_nlink == 0)
1415 if (self->tn_nlink > 2) {
1501 if (tp->tn_nlink) {
1681 if (vp->v_count > 1 || tp->tn_nlink != 0) {
1723 DECR_COUNT(&xtp->tn_nlink, &xtp->tn_tlock);
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h47 * tn_tlock protects updates to tn_mode and tn_nlink
113 #define tn_nlink tn_attr.va_nlink macro

Completed in 52 milliseconds