Searched refs:filename_parentat (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | namei.c | 2491 static struct filename *filename_parentat(int dfd, struct filename *name, in filename_parentat() function 2526 filename = filename_parentat(AT_FDCWD, getname_kernel(name), 0, path, in kern_path_locked() 3541 name = filename_parentat(dfd, name, lookup_flags, path, &last, &type); in filename_create() 3831 name = filename_parentat(dfd, name, lookup_flags, in do_rmdir() 3962 name = filename_parentat(dfd, name, lookup_flags, &path, &last, &type); in do_unlinkat() 4464 from = filename_parentat(olddfd, from, lookup_flags, &old_path, in do_renameat2() 4471 to = filename_parentat(newdfd, to, lookup_flags, &new_path, &new_last, in do_renameat2()
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/ |
| H A D | path-lookup.rst | 656 ``filename_parentat()``, ``filename_mountpoint()``,
|