Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c135 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()
H A Dtmp_vnops.c1516 ASSERT(tdp->td_tmpnode != NULL); in tmp_readdir()
1523 dp->d_ino = (ino64_t)tdp->td_tmpnode->tn_nodeid; in tmp_readdir()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dtmpnode.h129 struct tmpnode *td_tmpnode; /* tnode for this file */ member