Searched refs:filename_lookup (Results 1 – 7 of 7) sorted by relevance
/linux/fs/ |
A D | internal.h | 59 extern int filename_lookup(int dfd, struct filename *name, unsigned flags,
|
A D | fs_parser.c | 168 ret = filename_lookup(param->dirfd, f, flags, _path, NULL); in fs_lookup_param()
|
A D | namei.c | 2470 int filename_lookup(int dfd, struct filename *name, unsigned flags, in filename_lookup() function 2568 int ret = filename_lookup(AT_FDCWD, filename, flags, path, NULL); in kern_path() 2594 ret = filename_lookup(AT_FDCWD, filename, flags, path, &root); in vfs_path_lookup() 2801 int ret = filename_lookup(dfd, filename, flags, path, NULL); in user_path_at_empty() 4427 error = filename_lookup(olddfd, old, how, &old_path, NULL); in do_linkat()
|
/linux/Documentation/filesystems/ |
A D | path-lookup.rst | 654 clearly seen in functions like filename_lookup(),
|
/linux/Documentation/trace/ |
A D | ftrace.rst | 1473 => filename_lookup
|
/linux/ |
A D | System.map | 8800 ffff80001025bad0 T filename_lookup
|
A D | .tmp_System.map | 8800 ffff80001025bad0 T filename_lookup
|
Completed in 341 milliseconds