Lines Matching defs:pathname
3180 static int do_tmpfile(int dfd, struct filename *pathname, in do_tmpfile()
3242 static struct file *path_openat(int dfd, struct filename *pathname, in path_openat()
3305 struct file *do_filp_open(int dfd, struct filename *pathname, in do_filp_open()
3417 struct dentry *kern_path_create(int dfd, const char *pathname, in kern_path_create()
3440 struct dentry *user_path_create(int dfd, const char __user *pathname, in user_path_create()
3571 SYSCALL_DEFINE3(mkdirat, int, dfd, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE3() argument
3596 SYSCALL_DEFINE2(mkdir, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE2() argument
3665 static long do_rmdir(int dfd, const char __user *pathname) in do_rmdir()
3722 SYSCALL_DEFINE1(rmdir, const char __user *, pathname) in SYSCALL_DEFINE1() argument
3791 static long do_unlinkat(int dfd, const char __user *pathname) in do_unlinkat()
3862 SYSCALL_DEFINE3(unlinkat, int, dfd, const char __user *, pathname, int, flag) in SYSCALL_DEFINE3() argument
3873 SYSCALL_DEFINE1(unlink, const char __user *, pathname) in SYSCALL_DEFINE1() argument