Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dnamei.c2368 static struct filename *filename_parentat(int dfd, struct filename *name, in filename_parentat() function
2403 filename = filename_parentat(AT_FDCWD, getname_kernel(name), 0, path, in kern_path_locked()
3609 name = filename_parentat(dfd, name, lookup_flags, path, &last, &type); in filename_create()
3899 name = filename_parentat(dfd, getname(pathname), lookup_flags, in do_rmdir()
4029 name = filename_parentat(dfd, name, lookup_flags, &path, &last, &type); in do_unlinkat()
4537 from = filename_parentat(olddfd, getname(oldname), lookup_flags, in do_renameat2()
4544 to = filename_parentat(newdfd, getname(newname), lookup_flags, in do_renameat2()
/Linux-v5.4/Documentation/filesystems/
Dpath-lookup.rst640 ``filename_parentat()``, ``filename_mountpoint()``,