Searched refs:user_path_at_empty (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | namei.h | 55 extern int user_path_at_empty(int, const char __user *, unsigned, struct path *, int *empty); 60 return user_path_at_empty(dfd, name, flags, path, NULL); in user_path_at()
|
| /OK3568_Linux_fs/kernel/Documentation/dev-tools/ |
| H A D | kcsan.rst | 36 user_path_at_empty+0x47/0x60 50 user_path_at_empty+0x47/0x60
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | stat.c | 414 error = user_path_at_empty(dfd, pathname, lookup_flags, &path, &empty); in do_readlinkat()
|
| H A D | namei.c | 2737 int user_path_at_empty(int dfd, const char __user *name, unsigned flags, in user_path_at_empty() function 2743 EXPORT_SYMBOL(user_path_at_empty);
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | pseudo_files.c | 266 error = user_path_at_empty(dir_fd, relative_path, in dir_relative_path_resolve()
|
| /OK3568_Linux_fs/kernel/Documentation/trace/ |
| H A D | ftrace.rst | 1471 => user_path_at_empty
|