/fs/ |
D | utimes.c | 88 long do_utimes(int dfd, const char __user *filename, struct timespec64 *times, in do_utimes() 137 SYSCALL_DEFINE4(utimensat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE4() argument 163 static long do_futimesat(int dfd, const char __user *filename, in do_futimesat() 192 SYSCALL_DEFINE3(futimesat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE3() argument 198 SYSCALL_DEFINE2(utimes, char __user *, filename, in SYSCALL_DEFINE2() argument 204 SYSCALL_DEFINE2(utime, char __user *, filename, struct utimbuf __user *, times) in SYSCALL_DEFINE2() argument 225 SYSCALL_DEFINE2(utime32, const char __user *, filename, in SYSCALL_DEFINE2() argument 241 SYSCALL_DEFINE4(utimensat_time32, unsigned int, dfd, const char __user *, filename, struct old_time… in SYSCALL_DEFINE4() argument 257 static long do_compat_futimesat(unsigned int dfd, const char __user *filename, in do_compat_futimesat() 278 const char __user *, filename, in SYSCALL_DEFINE3() argument [all …]
|
D | open.c | 357 long do_faccessat(int dfd, const char __user *filename, int mode) in do_faccessat() 454 SYSCALL_DEFINE3(faccessat, int, dfd, const char __user *, filename, int, mode) in SYSCALL_DEFINE3() argument 459 SYSCALL_DEFINE2(access, const char __user *, filename, int, mode) in SYSCALL_DEFINE2() argument 464 int ksys_chdir(const char __user *filename) in ksys_chdir() 490 SYSCALL_DEFINE1(chdir, const char __user *, filename) in SYSCALL_DEFINE1() argument 518 int ksys_chroot(const char __user *filename) in ksys_chroot() 551 SYSCALL_DEFINE1(chroot, const char __user *, filename) in SYSCALL_DEFINE1() argument 603 int do_fchmodat(int dfd, const char __user *filename, umode_t mode) in do_fchmodat() 621 SYSCALL_DEFINE3(fchmodat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE3() argument 627 SYSCALL_DEFINE2(chmod, const char __user *, filename, umode_t, mode) in SYSCALL_DEFINE2() argument [all …]
|
D | stat.c | 168 int vfs_statx(int dfd, const char __user *filename, int flags, in vfs_statx() 246 SYSCALL_DEFINE2(stat, const char __user *, filename, in SYSCALL_DEFINE2() argument 259 SYSCALL_DEFINE2(lstat, const char __user *, filename, in SYSCALL_DEFINE2() argument 337 SYSCALL_DEFINE2(newstat, const char __user *, filename, in SYSCALL_DEFINE2() argument 348 SYSCALL_DEFINE2(newlstat, const char __user *, filename, in SYSCALL_DEFINE2() argument 362 SYSCALL_DEFINE4(newfstatat, int, dfd, const char __user *, filename, in SYSCALL_DEFINE4() argument 478 SYSCALL_DEFINE2(stat64, const char __user *, filename, in SYSCALL_DEFINE2() argument 490 SYSCALL_DEFINE2(lstat64, const char __user *, filename, in SYSCALL_DEFINE2() argument 513 SYSCALL_DEFINE4(fstatat64, int, dfd, const char __user *, filename, in SYSCALL_DEFINE4() argument 572 int, dfd, const char __user *, filename, unsigned, flags, in SYSCALL_DEFINE5() argument [all …]
|
D | exec.c | 885 struct filename *filename = getname_kernel(name); in open_exec() local 1716 static int __do_execve_file(int fd, struct filename *filename, in __do_execve_file() 1863 static int do_execveat_common(int fd, struct filename *filename, in do_execveat_common() 1879 int do_execve(struct filename *filename, in do_execve() 1888 int do_execveat(int fd, struct filename *filename, in do_execveat() 1900 static int compat_do_execve(struct filename *filename, in compat_do_execve() 1915 static int compat_do_execveat(int fd, struct filename *filename, in compat_do_execveat() 1957 const char __user *, filename, in SYSCALL_DEFINE3() argument 1965 int, fd, const char __user *, filename, in SYSCALL_DEFINE5() argument 1978 COMPAT_SYSCALL_DEFINE3(execve, const char __user *, filename, in COMPAT_SYSCALL_DEFINE3() argument [all …]
|
D | namei.c | 131 getname_flags(const char __user *filename, int flags, int *empty) in getname_flags() 210 getname(const char __user * filename) in getname() 216 getname_kernel(const char * filename) in getname_kernel() 2493 struct filename *filename; in kern_path_locked() local 3690 struct filename *filename; in do_file_open_root() local 3860 long do_mknodat(int dfd, const char __user *filename, umode_t mode, in do_mknodat() 3904 SYSCALL_DEFINE4(mknodat, int, dfd, const char __user *, filename, umode_t, mode, in SYSCALL_DEFINE4() argument 3910 SYSCALL_DEFINE3(mknod, const char __user *, filename, umode_t, mode, unsigned, dev) in SYSCALL_DEFINE3() argument
|
D | binfmt_elf.c | 1610 const char *filename; in fill_files_note() local
|
D | namespace.c | 2381 SYSCALL_DEFINE3(open_tree, int, dfd, const char *, filename, unsigned, flags) in SYSCALL_DEFINE3() argument
|
/fs/cachefiles/ |
D | namei.c | 865 char *filename) in cachefiles_check_active() 951 char *filename) in cachefiles_cull() 1011 char *filename) in cachefiles_check_in_use()
|
/fs/xfs/ |
D | xfs_error.c | 314 const char *filename, in xfs_error_report() 334 const char *filename, in xfs_corruption_error()
|
/fs/ecryptfs/ |
D | keystore.c | 621 char *filename, size_t filename_size) in ecryptfs_write_tag_70_packet() 891 ecryptfs_parse_tag_70_packet(char **filename, size_t *filename_size, in ecryptfs_parse_tag_70_packet()
|
D | crypto.c | 1474 ecryptfs_encrypt_filename(struct ecryptfs_filename *filename, in ecryptfs_encrypt_filename() 1919 struct ecryptfs_filename *filename; in ecryptfs_encrypt_and_encode_filename() local
|
D | ecryptfs_kernel.h | 201 char *filename; member
|
/fs/notify/fanotify/ |
D | fanotify_user.c | 530 static int fanotify_find_path(int dfd, const char __user *filename, in fanotify_find_path()
|
/fs/unicode/ |
D | mkutf8data.c | 1893 static void file_fail(const char *filename) in file_fail() 1899 static void line_fail(const char *filename, const char *line) in line_fail()
|
/fs/gfs2/ |
D | dir.c | 1935 int gfs2_dir_mvino(struct gfs2_inode *dip, const struct qstr *filename, in gfs2_dir_mvino()
|
/fs/nfs/ |
D | dir.c | 447 struct qstr filename = QSTR_INIT(entry->name, entry->len); in nfs_prime_dcache() local
|
/fs/f2fs/ |
D | f2fs.h | 506 __u8 (*filename)[F2FS_SLOT_LEN]; member
|