Home
last modified time | relevance | path

Searched refs:tmpnode_hold (Results 1 – 3 of 3) sorted by last modified time

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c167 tmpnode_hold(tnp); in tmpfs_hash_lookup()
207 tmpnode_hold(parent); in tdirlookup()
H A Dtmp_vnops.c1718 tmpnode_hold(xtp); in tmp_inactive()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dtmp.h61 #define tmpnode_hold(tp) VN_HOLD(TNTOV(tp)) macro