Searched refs:user_path_at_empty (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | namei.h | 52 extern int user_path_at_empty(int, const char __user *, unsigned, struct path *, int *empty); 57 return user_path_at_empty(dfd, name, flags, path, NULL); in user_path_at()
|
| /kernel/linux/linux-5.10/Documentation/dev-tools/ |
| D | kcsan.rst | 36 user_path_at_empty+0x47/0x60 50 user_path_at_empty+0x47/0x60
|
| /kernel/linux/linux-5.10/fs/ |
| D | stat.c | 414 error = user_path_at_empty(dfd, pathname, lookup_flags, &path, &empty); in do_readlinkat()
|
| D | namei.c | 2660 int user_path_at_empty(int dfd, const char __user *name, unsigned flags, in user_path_at_empty() function 2666 EXPORT_SYMBOL(user_path_at_empty);
|
| /kernel/linux/linux-5.10/Documentation/trace/ |
| D | ftrace.rst | 1468 => user_path_at_empty
|