Searched refs:filename_parentat (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/ |
H A D | namei.c | 2414 static struct filename *filename_parentat(int dfd, struct filename *name, in filename_parentat() function 2449 filename = filename_parentat(AT_FDCWD, getname_kernel(name), 0, path, in kern_path_locked() 3512 name = filename_parentat(dfd, name, lookup_flags, path, &last, &type); in filename_create() 3801 name = filename_parentat(dfd, name, lookup_flags, in do_rmdir() 3932 name = filename_parentat(dfd, name, lookup_flags, &path, &last, &type); in do_unlinkat() 4459 from = filename_parentat(olddfd, from, lookup_flags, &old_path, in do_renameat2() 4466 to = filename_parentat(newdfd, to, lookup_flags, &new_path, &new_last, in do_renameat2()
|
/kernel/linux/linux-6.6/fs/ |
H A D | namei.c | 2568 static int filename_parentat(int dfd, struct filename *name, in filename_parentat() function 2582 error = filename_parentat(AT_FDCWD, name, 0, path, &last, &type); in __kern_path_locked() 3865 error = filename_parentat(dfd, name, reval_flag, path, &last, &type); in filename_create() 4225 error = filename_parentat(dfd, name, lookup_flags, &path, &last, &type); in do_rmdir() 4366 error = filename_parentat(dfd, name, lookup_flags, &path, &last, &type); in do_unlinkat() 4938 error = filename_parentat(olddfd, from, lookup_flags, &old_path, in do_renameat2() 4943 error = filename_parentat(newdfd, to, lookup_flags, &new_path, &new_last, in do_renameat2()
|
Completed in 12 milliseconds