Searched refs:__lookup_hash (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/fs/ |
D | namei.c | 1583 static struct dentry *__lookup_hash(const struct qstr *name, in __lookup_hash() function 2573 d = __lookup_hash(&last, path->dentry, 0); in __kern_path_locked() 3808 dentry = __lookup_hash(&last, path->dentry, reval_flag | create_flags); in filename_create() 4170 dentry = __lookup_hash(&last, path.dentry, lookup_flags); in do_rmdir() 4304 dentry = __lookup_hash(&last, path.dentry, lookup_flags); in do_unlinkat() 4873 old_dentry = __lookup_hash(&old_last, old_path.dentry, lookup_flags); in do_renameat2() 4881 new_dentry = __lookup_hash(&new_last, new_path.dentry, lookup_flags | target_flags); in do_renameat2()
|
/Linux-v6.1/Documentation/trace/ |
D | ftrace.rst | 1481 => __lookup_hash
|