/fs/ |
D | statfs.c | 97 int user_statfs(const char __user *pathname, struct kstatfs *st) in user_statfs() 192 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument 201 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument 305 COMPAT_SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct compat_statfs __user *, buf) in COMPAT_SYSCALL_DEFINE2() argument 348 int kcompat_sys_statfs64(const char __user * pathname, compat_size_t sz, struct compat_statfs64 __u… in kcompat_sys_statfs64() 362 COMPAT_SYSCALL_DEFINE3(statfs64, const char __user *, pathname, compat_size_t, sz, struct compat_st… in COMPAT_SYSCALL_DEFINE3() argument
|
D | xattr.c | 617 static int path_setxattr(const char __user *pathname, in path_setxattr() 642 SYSCALL_DEFINE5(setxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument 649 SYSCALL_DEFINE5(lsetxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument 720 static ssize_t path_getxattr(const char __user *pathname, in path_getxattr() 739 SYSCALL_DEFINE4(getxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument 745 SYSCALL_DEFINE4(lgetxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument 798 static ssize_t path_listxattr(const char __user *pathname, char __user *list, in path_listxattr() 816 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument 822 SYSCALL_DEFINE3(llistxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument 860 static int path_removexattr(const char __user *pathname, in path_removexattr() [all …]
|
D | init.c | 218 int __init init_unlink(const char *pathname) in init_unlink() 223 int __init init_mkdir(const char *pathname, umode_t mode) in init_mkdir() 242 int __init init_rmdir(const char *pathname) in init_rmdir()
|
D | namei.c | 3761 struct file *do_filp_open(int dfd, struct filename *pathname, in do_filp_open() 3872 struct dentry *kern_path_create(int dfd, const char *pathname, in kern_path_create() 3892 inline struct dentry *user_path_create(int dfd, const char __user *pathname, in user_path_create() 4103 SYSCALL_DEFINE3(mkdirat, int, dfd, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE3() argument 4108 SYSCALL_DEFINE2(mkdir, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE2() argument 4227 SYSCALL_DEFINE1(rmdir, const char __user *, pathname) in SYSCALL_DEFINE1() argument 4384 SYSCALL_DEFINE3(unlinkat, int, dfd, const char __user *, pathname, int, flag) in SYSCALL_DEFINE3() argument 4394 SYSCALL_DEFINE1(unlink, const char __user *, pathname) in SYSCALL_DEFINE1() argument
|
D | stat.c | 430 static int do_readlinkat(int dfd, const char __user *pathname, in do_readlinkat() 466 SYSCALL_DEFINE4(readlinkat, int, dfd, const char __user *, pathname, in SYSCALL_DEFINE4() argument
|
D | open.c | 123 long do_sys_truncate(const char __user *pathname, loff_t length) in do_sys_truncate() 1318 SYSCALL_DEFINE2(creat, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE2() argument
|
/fs/nfs/ |
D | nfs4namespace.c | 34 static ssize_t nfs4_pathname_len(const struct nfs4_pathname *pathname) in nfs4_pathname_len() 57 static char *nfs4_pathname_string(const struct nfs4_pathname *pathname, in nfs4_pathname_string()
|
D | mount_clnt.c | 303 static void encode_mntdirpath(struct xdr_stream *xdr, const char *pathname) in encode_mntdirpath()
|
/fs/notify/fanotify/ |
D | fanotify_user.c | 1375 int dfd, const char __user *pathname) in do_fanotify_mark() 1567 const char __user *, pathname) in SYSCALL_DEFINE5() argument 1577 const char __user *, pathname) in SYSCALL32_DEFINE6() argument
|
/fs/ksmbd/ |
D | misc.c | 165 char *pathname, *ab_pathname, *nt_pathname; in convert_to_nt_pathname() local
|
D | vfs.c | 65 char *pathname, unsigned int flags, in ksmbd_vfs_path_lookup_locked()
|
D | smb2pdu.c | 5597 char *link_name = NULL, *target_name = NULL, *pathname = NULL; in smb2_create_link() local
|
/fs/notify/inotify/ |
D | inotify_user.c | 709 SYSCALL_DEFINE3(inotify_add_watch, int, fd, const char __user *, pathname, in SYSCALL_DEFINE3() argument
|
/fs/autofs/ |
D | dev-ioctl.c | 183 static int find_autofs_mount(const char *pathname, in find_autofs_mount()
|
/fs/proc/ |
D | base.c | 1781 char *pathname; in do_proc_readlink() local
|
/fs/ext4/ |
D | super.c | 797 char pathname[80], *path; in __ext4_error_file() local
|