Searched refs:user_path_at_empty (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/include/linux/ |
D | namei.h | 49 extern int user_path_at_empty(int, const char __user *, unsigned, struct path *, int *empty);
|
/linux-4.1.27/fs/ |
D | stat.c | 327 error = user_path_at_empty(dfd, pathname, lookup_flags, &path, &empty); in SYSCALL_DEFINE4()
|
D | namei.c | 2222 int user_path_at_empty(int dfd, const char __user *name, unsigned flags, in user_path_at_empty() function 2243 return user_path_at_empty(dfd, name, flags, path, NULL); in user_path_at()
|
/linux-4.1.27/Documentation/trace/ |
D | ftrace.txt | 1035 => user_path_at_empty
|