Home
last modified time | relevance | path

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

/fs/
Dstatfs.c77 int user_statfs(const char __user *pathname, struct kstatfs *st) in user_statfs()
172 SYSCALL_DEFINE2(statfs, const char __user *, pathname, struct statfs __user *, buf) in SYSCALL_DEFINE2() argument
181 SYSCALL_DEFINE3(statfs64, const char __user *, pathname, size_t, sz, struct statfs64 __user *, buf) in SYSCALL_DEFINE3() argument
Dxattr.c367 SYSCALL_DEFINE5(setxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument
391 SYSCALL_DEFINE5(lsetxattr, const char __user *, pathname, in SYSCALL_DEFINE5() argument
484 SYSCALL_DEFINE4(getxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument
503 SYSCALL_DEFINE4(lgetxattr, const char __user *, pathname, in SYSCALL_DEFINE4() argument
574 SYSCALL_DEFINE3(listxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument
593 SYSCALL_DEFINE3(llistxattr, const char __user *, pathname, char __user *, list, in SYSCALL_DEFINE3() argument
643 SYSCALL_DEFINE2(removexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument
666 SYSCALL_DEFINE2(lremovexattr, const char __user *, pathname, in SYSCALL_DEFINE2() argument
Dnamei.c2959 static struct file *path_openat(int dfd, struct filename *pathname, in path_openat()
3025 struct file *do_filp_open(int dfd, struct filename *pathname, in do_filp_open()
3062 struct dentry *kern_path_create(int dfd, const char *pathname, in kern_path_create()
3141 struct dentry *user_path_create(int dfd, const char __user *pathname, in user_path_create()
3284 SYSCALL_DEFINE3(mkdirat, int, dfd, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE3() argument
3309 SYSCALL_DEFINE2(mkdir, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE2() argument
3382 static long do_rmdir(int dfd, const char __user *pathname) in do_rmdir()
3439 SYSCALL_DEFINE1(rmdir, const char __user *, pathname) in SYSCALL_DEFINE1() argument
3489 static long do_unlinkat(int dfd, const char __user *pathname) in do_unlinkat()
3549 SYSCALL_DEFINE3(unlinkat, int, dfd, const char __user *, pathname, int, flag) in SYSCALL_DEFINE3() argument
[all …]
Dopen.c124 static long do_sys_truncate(const char __user *pathname, loff_t length) in do_sys_truncate()
992 SYSCALL_DEFINE2(creat, const char __user *, pathname, umode_t, mode) in SYSCALL_DEFINE2() argument
Dstat.c296 SYSCALL_DEFINE4(readlinkat, int, dfd, const char __user *, pathname, in SYSCALL_DEFINE4() argument
Dcompat.c250 asmlinkage long compat_sys_statfs(const char __user *pathname, struct compat_statfs __user *buf) in compat_sys_statfs()
301 asmlinkage long compat_sys_statfs64(const char __user *pathname, compat_size_t sz, struct compat_st… in compat_sys_statfs64()
Dblock_dev.c1626 struct block_device *lookup_bdev(const char *pathname) in lookup_bdev()
/fs/notify/fanotify/
Dfanotify_user.c761 const char __user *, pathname) in SYSCALL_DEFINE5() argument
865 const char __user *, pathname) in COMPAT_SYSCALL_DEFINE6() argument
/fs/nfs/
Dnfs4namespace.c31 static inline char *nfs4_pathname_string(const struct nfs4_pathname *pathname, in nfs4_pathname_string()
Dmount_clnt.c287 static void encode_mntdirpath(struct xdr_stream *xdr, const char *pathname) in encode_mntdirpath()
/fs/autofs4/
Ddev-ioctl.c186 static int find_autofs_mount(const char *pathname, in find_autofs_mount()
/fs/notify/inotify/
Dinotify_user.c735 SYSCALL_DEFINE3(inotify_add_watch, int, fd, const char __user *, pathname, in SYSCALL_DEFINE3() argument
/fs/proc/
Dbase.c1481 char *pathname; in do_proc_readlink() local
/fs/ext4/
Dsuper.c475 char pathname[80], *path; in __ext4_error_file() local