Lines Matching defs:pathname
2110 const struct open_flags *op, const char *pathname) in do_last()
2314 static struct file *path_openat(int dfd, const char *pathname, in path_openat()
2372 struct file *do_filp_open(int dfd, const char *pathname, in do_filp_open()
2408 struct dentry *kern_path_create(int dfd, const char *pathname, struct path *path, int is_dir) in kern_path_create()
2460 struct dentry *user_path_create(int dfd, const char __user *pathname, struct path *path, int is_dir) in user_path_create()
2590 SYSCALL_DEFINE3(mkdirat, int, dfd, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE3() argument
2618 SYSCALL_DEFINE2(mkdir, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE2() argument
2684 static long do_rmdir(int dfd, const char __user *pathname) in do_rmdir()
2737 SYSCALL_DEFINE1(rmdir, const char __user *, pathname) in SYSCALL_DEFINE1() argument
2780 static long do_unlinkat(int dfd, const char __user *pathname) in do_unlinkat()
2835 SYSCALL_DEFINE3(unlinkat, int, dfd, const char __user *, pathname, int, flag) in SYSCALL_DEFINE3() argument
2846 SYSCALL_DEFINE1(unlink, const char __user *, pathname) in SYSCALL_DEFINE1() argument