Searched refs:td_tmpnode (Results 1 – 3 of 3) sorted by relevance
135 tdp->td_tmpnode = fromtp; in tmpfs_hash_change()161 tnp = l->td_tmpnode; in tmpfs_hash_lookup()558 dot->td_tmpnode = dir; in tdirinit()565 dotdot->td_tmpnode = parent; in tdirinit()626 ASSERT(tdp->td_tmpnode); in tdirtrunc()643 tp = tdp->td_tmpnode; in tdirtrunc()880 ASSERT(dotdot->td_tmpnode == fromparent); in tdirfixdotdot()881 dotdot->td_tmpnode = toparent; in tdirfixdotdot()937 tdp->td_tmpnode = tp; in tdiraddentry()
1516 ASSERT(tdp->td_tmpnode != NULL); in tmp_readdir()1523 dp->d_ino = (ino64_t)tdp->td_tmpnode->tn_nodeid; in tmp_readdir()
129 struct tmpnode *td_tmpnode; /* tnode for this file */ member