Searched refs:tmpfs_hash_lookup (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_dir.c | 140 tmpfs_hash_lookup(char *name, struct tmpnode *parent, uint_t hold, in tmpfs_hash_lookup() function 217 if (tmpfs_hash_lookup(name, parent, 1, foundtp) != NULL) { in tdirlookup() 329 tdp = tmpfs_hash_lookup(name, dir, 1, &found); in tdirenter() 473 tpdp = tmpfs_hash_lookup(nm, dir, 0, &tnp); in tdirdelete() 685 tdp = tmpfs_hash_lookup("..", toparent, 1, &dotdot); in tdircheckpath() 878 dotdot = tmpfs_hash_lookup("..", fromtp, 0, NULL); in tdirfixdotdot()
|