/fs/ |
D | xattr.c | 254 SYSCALL_DEFINE5(setxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument 273 SYSCALL_DEFINE5(lsetxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument 351 SYSCALL_DEFINE4(getxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument 365 SYSCALL_DEFINE4(lgetxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument 424 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument 438 SYSCALL_DEFINE3(llistxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument 484 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument 502 SYSCALL_DEFINE2(lremovexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument
|
D | namei.c | 1630 struct file *do_filp_open(int dfd, const char *pathname, in do_filp_open() 2047 SYSCALL_DEFINE3(mkdirat, int, dfd, const char __user *, pathname, int, mode) in SYSCALL_DEFINE3() argument 2084 SYSCALL_DEFINE2(mkdir, const char __user *, pathname, int, mode) in SYSCALL_DEFINE2() argument 2149 static long do_rmdir(int dfd, const char __user *pathname) in do_rmdir() 2198 SYSCALL_DEFINE1(rmdir, const char __user *, pathname) in SYSCALL_DEFINE1() argument 2240 static long do_unlinkat(int dfd, const char __user *pathname) in do_unlinkat() 2294 SYSCALL_DEFINE3(unlinkat, int, dfd, const char __user *, pathname, int, flag) in SYSCALL_DEFINE3() argument 2305 SYSCALL_DEFINE1(unlink, const char __user *, pathname) in SYSCALL_DEFINE1() argument
|
D | open.c | 125 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument 141 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument 224 static long do_sys_truncate(const char __user *pathname, loff_t length) in do_sys_truncate() 1082 SYSCALL_DEFINE2(creat, const char __user *, pathname, int, mode) in SYSCALL_DEFINE2() argument
|
D | quota.c | 236 char *pathname; in do_quotactl() local
|
D | stat.c | 296 SYSCALL_DEFINE4(readlinkat, int, dfd, const char __user *, pathname, in SYSCALL_DEFINE4() argument
|
D | block_dev.c | 1302 struct block_device *lookup_bdev(const char *pathname) in lookup_bdev()
|
D | compat.c | 276 asmlinkage long compat_sys_statfs(const char __user *pathname, struct compat_statfs __user *buf) in compat_sys_statfs() 341 asmlinkage long compat_sys_statfs64(const char __user *pathname, compat_size_t sz, struct compat_st… in compat_sys_statfs64()
|
/fs/nfs/ |
D | nfs4namespace.c | 28 static inline char *nfs4_pathname_string(const struct nfs4_pathname *pathname, in nfs4_pathname_string()
|
/fs/notify/inotify/ |
D | inotify_user.c | 676 SYSCALL_DEFINE3(inotify_add_watch, int, fd, const char __user *, pathname, in SYSCALL_DEFINE3() argument
|
/fs/proc/ |
D | base.c | 1398 char *pathname; in do_proc_readlink() local
|