Searched refs:tn_dir (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c211 * We need the lock protecting the tn_dir list
470 if (dir->tn_dir == NULL)
508 if (dir->tn_dir->td_prev == tpdp) {
509 dir->tn_dir->td_prev = tpdp->td_prev;
600 dir->tn_dir = dot;
623 for (tdp = dir->tn_dir; tdp; tdp = dir->tn_dir) {
628 dir->tn_dir = tdp->td_next;
662 ASSERT(dir->tn_dir == NULL);
914 if (dir->tn_dir
[all...]
H A Dtmp_tnode.c193 t->tn_dir = NULL;
H A Dtmp_vnops.c1500 if (tp->tn_dir == NULL) {
1519 tdp = tp->tn_dir;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h41 * tn_rwlock protects access of the directory list at tn_dir
92 #define tn_dir un_tmpnode.un_dirstruct.un_dirlist macro

Completed in 65 milliseconds