Searched refs:filename_lookup (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/ |
| H A D | file_attr.c | 410 error = filename_lookup(dfd, name, lookup_flags, &filepath, in SYSCALL_DEFINE5() 476 error = filename_lookup(dfd, name, lookup_flags, &filepath, in SYSCALL_DEFINE5()
|
| H A D | internal.h | 54 extern int filename_lookup(int dfd, struct filename *name, unsigned flags,
|
| H A D | stat.c | 353 error = filename_lookup(dfd, filename, lookup_flags, &path, NULL); in vfs_statx() 576 error = filename_lookup(dfd, name, lookup_flags, &path, NULL); in do_readlinkat()
|
| H A D | namei.c | 2773 int filename_lookup(int dfd, struct filename *name, unsigned flags, in path_lookupat() 2994 int ret = filename_lookup(AT_FDCWD, filename, flags, path, NULL); in kern_path() 3037 /* the first argument of filename_lookup() is ignored with root */ in vfs_path_lookup() 3038 ret = filename_lookup(AT_FDCWD, filename, flags, path, &root); in vfs_path_lookup() 3574 int ret = filename_lookup(dfd, filename, flags, path, NULL); in user_path_at() 5771 error = filename_lookup(olddfd, old, how, &old_path, NULL); 2775 int filename_lookup(int dfd, struct filename *name, unsigned flags, filename_lookup() function
|
| /linux/Documentation/trace/ |
| H A D | ftrace.rst | 1611 => filename_lookup
|