Searched refs:user_path_at_empty (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/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() 62 return user_path_at_empty(AT_FDCWD, name, LOOKUP_FOLLOW, path, NULL); in user_path() 67 return user_path_at_empty(AT_FDCWD, name, 0, path, NULL); in user_lpath() 72 return user_path_at_empty(AT_FDCWD, name, in user_path_dir()
|
/Linux-v4.19/fs/ |
D | stat.c | 394 error = user_path_at_empty(dfd, pathname, lookup_flags, &path, &empty); in do_readlinkat()
|
D | namei.c | 2605 int user_path_at_empty(int dfd, const char __user *name, unsigned flags, in user_path_at_empty() function 2611 EXPORT_SYMBOL(user_path_at_empty);
|
/Linux-v4.19/Documentation/trace/ |
D | ftrace.rst | 1385 => user_path_at_empty
|