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