Searched refs:user_path_at_empty (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A 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()
|
/openbmc/linux/fs/ |
H A D | stat.c | 494 error = user_path_at_empty(dfd, pathname, lookup_flags, &path, &empty); in do_readlinkat()
|
H A D | namei.c | 2905 int user_path_at_empty(int dfd, const char __user *name, unsigned flags, in user_path_at_empty() function 2914 EXPORT_SYMBOL(user_path_at_empty);
|
/openbmc/linux/Documentation/trace/ |
H A D | ftrace.rst | 1536 => user_path_at_empty
|