Searched refs:user_path_at_empty (Results 1 – 2 of 2) sorted by relevance
/fs/ |
D | stat.c | 308 error = user_path_at_empty(dfd, pathname, lookup_flags, &path, &empty); in SYSCALL_DEFINE4()
|
D | namei.c | 2162 int user_path_at_empty(int dfd, const char __user *name, unsigned flags, in user_path_at_empty() function 2183 return user_path_at_empty(dfd, name, flags, path, NULL); in user_path_at()
|