Searched refs:user_path_parent (Results 1 – 1 of 1) sorted by relevance
/fs/ |
D | namei.c | 1297 static int user_path_parent(int dfd, const char __user *path, in user_path_parent() function 1976 error = user_path_parent(dfd, filename, &nd, &tmp); in SYSCALL_DEFINE4() 2054 error = user_path_parent(dfd, pathname, &nd, &tmp); in SYSCALL_DEFINE3() 2156 error = user_path_parent(dfd, pathname, &nd, &name); in do_rmdir() 2248 error = user_path_parent(dfd, pathname, &nd, &name); in do_unlinkat() 2344 error = user_path_parent(newdfd, newname, &nd, &to); in SYSCALL_DEFINE3() 2443 error = user_path_parent(newdfd, newname, &nd, &to); in SYSCALL_DEFINE5() 2637 error = user_path_parent(olddfd, oldname, &oldnd, &from); in SYSCALL_DEFINE4() 2641 error = user_path_parent(newdfd, newname, &newnd, &to); in SYSCALL_DEFINE4()
|