Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c138 tdp->td_tmpnode = fromtp; in tmpfs_hash_change()
164 tnp = l->td_tmpnode; in tmpfs_hash_lookup()
618 dot->td_tmpnode = dir; in tdirinit()
625 dotdot->td_tmpnode = parent; in tdirinit()
686 ASSERT(tdp->td_tmpnode); in tdirtrunc()
703 tp = tdp->td_tmpnode; in tdirtrunc()
940 ASSERT(dotdot->td_tmpnode == fromparent); in tdirfixdotdot()
941 dotdot->td_tmpnode = toparent; in tdirfixdotdot()
997 tdp->td_tmpnode = tp; in tdiraddentry()
H A Dtmp_vnops.c1531 ASSERT(tdp->td_tmpnode != NULL); in tmp_readdir()
1538 dp->d_ino = (ino64_t)tdp->td_tmpnode->tn_nodeid; in tmp_readdir()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmpnode.h129 struct tmpnode *td_tmpnode; /* tnode for this file */ member