Searched defs:tmpfs_hash_lookup (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_dir.c140 tmpfs_hash_lookup(char *name, struct tmpnode *parent, uint_t hold, function
213 * tmpfs_hash_lookup() will pass back the tmpnode
217 if (tmpfs_hash_lookup(name, parent, 1, foundtp) != NULL) {
329 tdp = tmpfs_hash_lookup(name, dir, 1, &found);
473 tpdp = tmpfs_hash_lookup(nm, dir, 0, &tnp);
685 tdp = tmpfs_hash_lookup("..", toparent, 1, &dotdot);
878 dotdot = tmpfs_hash_lookup("..", fromtp, 0, NULL);

Completed in 60 milliseconds