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