Home
last modified time | relevance | path

Searched refs:user_path_at_empty (Results 1 – 2 of 2) sorted by relevance

/fs/
Dstat.c308 error = user_path_at_empty(dfd, pathname, lookup_flags, &path, &empty); in SYSCALL_DEFINE4()
Dnamei.c2162 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()