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