Searched refs:filename_lookup (Results 1 – 7 of 7) sorted by relevance
| /Linux-v6.6/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-v6.6/fs/ |
| D | internal.h | 54 extern int filename_lookup(int dfd, struct filename *name, unsigned flags,
|
| D | fs_parser.c | 169 ret = filename_lookup(param->dirfd, f, flags, _path, NULL); in fs_lookup_param()
|
| D | namei.c | 2504 int filename_lookup(int dfd, struct filename *name, unsigned flags, in filename_lookup() function 2610 int ret = filename_lookup(AT_FDCWD, filename, flags, path, NULL); in kern_path() 2654 ret = filename_lookup(AT_FDCWD, filename, flags, path, &root); in vfs_path_lookup() 2911 int ret = filename_lookup(dfd, filename, flags, path, NULL); in user_path_at_empty() 4656 error = filename_lookup(olddfd, old, how, &old_path, NULL); in do_linkat()
|
| D | stat.c | 240 error = filename_lookup(dfd, filename, lookup_flags, &path, NULL); in vfs_statx()
|
| /Linux-v6.6/Documentation/filesystems/ |
| D | path-lookup.rst | 654 clearly seen in functions like filename_lookup(),
|
| /Linux-v6.6/Documentation/trace/ |
| D | ftrace.rst | 1535 => filename_lookup
|