Searched refs:__lookup_hash (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 1445 static struct dentry *__lookup_hash(const struct qstr *name, in __lookup_hash() function 2459 d = __lookup_hash(&last, path->dentry, 0); in kern_path_locked() 3530 dentry = __lookup_hash(&last, path->dentry, lookup_flags); in filename_create() 3823 dentry = __lookup_hash(&last, path.dentry, lookup_flags); in do_rmdir() 3945 dentry = __lookup_hash(&last, path.dentry, lookup_flags); in do_unlinkat() 4493 old_dentry = __lookup_hash(&old_last, old_path.dentry, lookup_flags); in do_renameat2() 4501 new_dentry = __lookup_hash(&new_last, new_path.dentry, lookup_flags | target_flags); in do_renameat2()
|
Completed in 6 milliseconds