Searched refs:filename_parentat (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ |
A D | namei.c | 2509 static int filename_parentat(int dfd, struct filename *name, in filename_parentat() function 2540 error = filename_parentat(AT_FDCWD, name, 0, path, &last, &type); in __kern_path_locked() 3637 error = filename_parentat(dfd, name, lookup_flags, path, &last, &type); in filename_create() 3997 error = filename_parentat(dfd, name, lookup_flags, &path, &last, &type); in do_rmdir() 4138 error = filename_parentat(dfd, name, lookup_flags, &path, &last, &type); in do_unlinkat() 4690 error = filename_parentat(olddfd, from, lookup_flags, &old_path, in do_renameat2() 4695 error = filename_parentat(newdfd, to, lookup_flags, &new_path, &new_last, in do_renameat2()
|
/linux/Documentation/filesystems/ |
A D | path-lookup.rst | 655 filename_parentat(),
|
/linux/ |
A D | System.map | 8784 ffff800010259490 t filename_parentat
|
A D | .tmp_System.map | 8784 ffff800010259490 t filename_parentat
|
Completed in 284 milliseconds