Home
last modified time | relevance | path

Searched defs:pathname (Results 1 – 16 of 16) sorted by relevance

/fs/
Dstatfs.c97 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
Dxattr.c617 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 …]
Dinit.c218 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()
Dnamei.c3761 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
Dstat.c430 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
Dopen.c123 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/
Dnfs4namespace.c34 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()
Dmount_clnt.c303 static void encode_mntdirpath(struct xdr_stream *xdr, const char *pathname) in encode_mntdirpath()
/fs/notify/fanotify/
Dfanotify_user.c1375 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/
Dmisc.c165 char *pathname, *ab_pathname, *nt_pathname; in convert_to_nt_pathname() local
Dvfs.c65 char *pathname, unsigned int flags, in ksmbd_vfs_path_lookup_locked()
Dsmb2pdu.c5597 char *link_name = NULL, *target_name = NULL, *pathname = NULL; in smb2_create_link() local
/fs/notify/inotify/
Dinotify_user.c709 SYSCALL_DEFINE3(inotify_add_watch, int, fd, const char __user *, pathname, in SYSCALL_DEFINE3() argument
/fs/autofs/
Ddev-ioctl.c183 static int find_autofs_mount(const char *pathname, in find_autofs_mount()
/fs/proc/
Dbase.c1781 char *pathname; in do_proc_readlink() local
/fs/ext4/
Dsuper.c797 char pathname[80], *path; in __ext4_error_file() local