Searched refs:__lookup_hash (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/fs/ |
D | namei.c | 1510 static struct dentry *__lookup_hash(struct qstr *name, in __lookup_hash() function 1634 dentry = __lookup_hash(&nd->last, parent, nd->flags); in lookup_slow() 2243 d = __lookup_hash(&last, path->dentry, 0); in kern_path_locked() 2325 return __lookup_hash(&this, base, 0); in lookup_one_len() 3426 dentry = __lookup_hash(&last, path->dentry, lookup_flags); in filename_create() 3731 dentry = __lookup_hash(&last, path.dentry, lookup_flags); in do_rmdir() 3853 dentry = __lookup_hash(&last, path.dentry, lookup_flags); in do_unlinkat() 4375 old_dentry = __lookup_hash(&old_last, old_path.dentry, lookup_flags); in SYSCALL_DEFINE5() 4383 new_dentry = __lookup_hash(&new_last, new_path.dentry, lookup_flags | target_flags); in SYSCALL_DEFINE5()
|
/linux-4.4.14/Documentation/trace/ |
D | ftrace.txt | 1043 => __lookup_hash
|