Home
last modified time | relevance | path

Searched refs:lookup_one_qstr_excl (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dnamei.h56 struct dentry *lookup_one_qstr_excl(const struct qstr *name,
/linux/fs/
H A Dnamei.c1677 struct dentry *lookup_one_qstr_excl(const struct qstr *name, in lookup_one_qstr_excl() function
1715 EXPORT_SYMBOL(lookup_one_qstr_excl);
2760 d = lookup_one_qstr_excl(&last, parent_path.dentry, 0); in __kern_path_locked()
2784 d = lookup_one_qstr_excl(&last, parent_path.dentry, LOOKUP_CREATE); in kern_path_locked_negative()
4140 dentry = lookup_one_qstr_excl(&last, path->dentry, in filename_create()
4509 dentry = lookup_one_qstr_excl(&last, path.dentry, lookup_flags); in do_rmdir()
4638 dentry = lookup_one_qstr_excl(&last, path.dentry, lookup_flags); in do_unlinkat()
5230 old_dentry = lookup_one_qstr_excl(&old_last, old_path.dentry, in do_renameat2()
5235 new_dentry = lookup_one_qstr_excl(&new_last, new_path.dentry, in do_renameat2()
/linux/fs/smb/server/
H A Dvfs.c109 d = lookup_one_qstr_excl(&last, path->dentry, 0); in ksmbd_vfs_path_lookup()
751 new_dentry = lookup_one_qstr_excl(&new_last, new_path.dentry, in ksmbd_vfs_rename()
/linux/Documentation/filesystems/
H A Dporting.rst1173 lookup_one_qstr_excl() is changed to return errors in more cases, so