Searched refs:user_path_at_empty (Results 1 - 3 of 3) sorted by last modified time

/linux-master/include/linux/
H A Dnamei.h53 extern int user_path_at_empty(int, const char __user *, unsigned, struct path *, int *empty);
58 return user_path_at_empty(dfd, name, flags, path, NULL);
/linux-master/fs/
H A Dstat.c499 error = user_path_at_empty(dfd, pathname, lookup_flags, &path, &empty);
H A Dnamei.c2925 int user_path_at_empty(int dfd, const char __user *name, unsigned flags, function
2934 EXPORT_SYMBOL(user_path_at_empty); variable

Completed in 242 milliseconds