Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c143 tmpfs_hash_lookup(char *name, struct tmpnode *parent, uint_t hold, in tmpfs_hash_lookup() function
220 if (tmpfs_hash_lookup(name, parent, 1, foundtp) != NULL) { in tdirlookup()
389 tdp = tmpfs_hash_lookup(name, dir, 1, &found); in tdirenter()
533 tpdp = tmpfs_hash_lookup(nm, dir, 0, &tnp); in tdirdelete()
745 tdp = tmpfs_hash_lookup("..", toparent, 1, &dotdot); in tdircheckpath()
938 dotdot = tmpfs_hash_lookup("..", fromtp, 0, NULL); in tdirfixdotdot()