Searched refs:user_path_parent (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/ |
D | namei.c | 2254 user_path_parent(int dfd, const char __user *path, struct nameidata *nd, in user_path_parent() function 3673 name = user_path_parent(dfd, pathname, &nd, lookup_flags); in do_rmdir() 3801 name = user_path_parent(dfd, pathname, &nd, lookup_flags); in do_unlinkat() 4295 from = user_path_parent(olddfd, oldname, &oldnd, lookup_flags); in SYSCALL_DEFINE5() 4301 to = user_path_parent(newdfd, newname, &newnd, lookup_flags); in SYSCALL_DEFINE5()
|