Searched refs:__lookup_hash (Results 1 – 2 of 2) sorted by relevance
/Linux-v5.4/fs/ |
D | namei.c | 1520 static struct dentry *__lookup_hash(const struct qstr *name, in __lookup_hash() function 2413 d = __lookup_hash(&last, path->dentry, 0); in kern_path_locked() 3627 dentry = __lookup_hash(&last, path->dentry, lookup_flags); in filename_create() 3921 dentry = __lookup_hash(&last, path.dentry, lookup_flags); in do_rmdir() 4042 dentry = __lookup_hash(&last, path.dentry, lookup_flags); in do_unlinkat() 4571 old_dentry = __lookup_hash(&old_last, old_path.dentry, lookup_flags); in do_renameat2() 4579 new_dentry = __lookup_hash(&new_last, new_path.dentry, lookup_flags | target_flags); in do_renameat2()
|
/Linux-v5.4/Documentation/trace/ |
D | ftrace.rst | 1419 => __lookup_hash
|