Searched refs:filename_lookup (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/io_uring/ |
D | xattr.c | 133 ret = filename_lookup(AT_FDCWD, ix->filename, lookup_flags, &path, NULL); in io_getxattr() 242 ret = filename_lookup(AT_FDCWD, ix->filename, lookup_flags, &path, NULL); in io_setxattr()
|
/linux-6.12.1/fs/ |
D | internal.h | 55 extern int filename_lookup(int dfd, struct filename *name, unsigned flags,
|
D | stat.c | 312 error = filename_lookup(dfd, filename, lookup_flags, &path, NULL); in vfs_statx() 537 error = filename_lookup(dfd, name, lookup_flags, &path, NULL); in do_readlinkat()
|
D | fs_parser.c | 169 ret = filename_lookup(param->dirfd, f, flags, _path, NULL); in fs_lookup_param()
|
D | namei.c | 2601 int filename_lookup(int dfd, struct filename *name, unsigned flags, in filename_lookup() function 2717 int ret = filename_lookup(AT_FDCWD, filename, flags, path, NULL); in kern_path() 2761 ret = filename_lookup(AT_FDCWD, filename, flags, path, &root); in vfs_path_lookup() 3016 int ret = filename_lookup(dfd, filename, flags, path, NULL); in user_path_at() 4789 error = filename_lookup(olddfd, old, how, &old_path, NULL); in do_linkat()
|
/linux-6.12.1/Documentation/filesystems/ |
D | path-lookup.rst | 654 clearly seen in functions like filename_lookup(),
|
/linux-6.12.1/Documentation/trace/ |
D | ftrace.rst | 1583 => filename_lookup
|