Searched refs:lookup_one_qstr_excl (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/include/linux/ |
D | namei.h | 55 struct dentry *lookup_one_qstr_excl(const struct qstr *name,
|
/linux-6.12.1/fs/ |
D | namei.c | 1614 struct dentry *lookup_one_qstr_excl(const struct qstr *name, in lookup_one_qstr_excl() function 1640 EXPORT_SYMBOL(lookup_one_qstr_excl); 2687 d = lookup_one_qstr_excl(&last, path->dentry, 0); in __kern_path_locked() 4027 dentry = lookup_one_qstr_excl(&last, path->dentry, in filename_create() 4388 dentry = lookup_one_qstr_excl(&last, path.dentry, lookup_flags); in do_rmdir() 4521 dentry = lookup_one_qstr_excl(&last, path.dentry, lookup_flags); in do_unlinkat() 5111 old_dentry = lookup_one_qstr_excl(&old_last, old_path.dentry, in do_renameat2() 5120 new_dentry = lookup_one_qstr_excl(&new_last, new_path.dentry, in do_renameat2()
|
/linux-6.12.1/fs/smb/server/ |
D | vfs.c | 112 d = lookup_one_qstr_excl(&last, parent_path->dentry, 0); in ksmbd_vfs_path_lookup_locked() 745 new_dentry = lookup_one_qstr_excl(&new_last, new_path.dentry, in ksmbd_vfs_rename()
|