Searched refs:user_path_at_empty (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.4/include/linux/ |
D | namei.h | 44 extern int user_path_at_empty(int, const char __user *, unsigned, struct path *, int *empty); 49 return user_path_at_empty(dfd, name, flags, path, NULL); in user_path_at()
|
/Linux-v5.4/fs/ |
D | stat.c | 399 error = user_path_at_empty(dfd, pathname, lookup_flags, &path, &empty); in do_readlinkat()
|
D | namei.c | 2595 int user_path_at_empty(int dfd, const char __user *name, unsigned flags, in user_path_at_empty() function 2601 EXPORT_SYMBOL(user_path_at_empty);
|
/Linux-v5.4/Documentation/trace/ |
D | ftrace.rst | 1424 => user_path_at_empty
|