Home
last modified time | relevance | path

Searched refs:filename_parentat (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/fs/
Dnamei.c2398 static struct filename *filename_parentat(int dfd, struct filename *name, in filename_parentat() function
2433 filename = filename_parentat(AT_FDCWD, getname_kernel(name), 0, path, in kern_path_locked()
3450 name = filename_parentat(dfd, name, lookup_flags, path, &last, &type); in filename_create()
3741 name = filename_parentat(dfd, name, lookup_flags, in do_rmdir()
3871 name = filename_parentat(dfd, name, lookup_flags, &path, &last, &type); in do_unlinkat()
4375 from = filename_parentat(olddfd, getname(oldname), lookup_flags, in do_renameat2()
4382 to = filename_parentat(newdfd, getname(newname), lookup_flags, in do_renameat2()
/Linux-v5.10/Documentation/filesystems/
Dpath-lookup.rst656 ``filename_parentat()``, ``filename_mountpoint()``,