| /linux/tools/testing/selftests/fchmodat2/ |
| H A D | fchmodat2_test.c | 12 int sys_fchmodat2(int dfd, const char *filename, mode_t mode, int flags) in sys_fchmodat2() 21 int dfd, ret; in setup_testdir() local 46 int expect_mode(int dfd, const char *filename, mode_t expect_mode) in expect_mode() 60 int dfd, ret; in test_regfile() local 88 int dfd, ret; in test_symlink() local
|
| /linux/tools/testing/selftests/openat2/ |
| H A D | helpers.c | 22 int raw_openat2(int dfd, const char *path, void *how, size_t size) in raw_openat2() 28 int sys_openat2(int dfd, const char *path, struct open_how *how) in sys_openat2() 33 int sys_openat(int dfd, const char *path, struct open_how *how) in sys_openat() 47 int touchat(int dfd, const char *path) in touchat() 71 bool fdequal(int fd, int dfd, const char *path) in fdequal()
|
| H A D | rename_attack_test.c | 37 int dfd; in setup_testdir() local 86 int dfd, afd; in test_rename_attack() local
|
| H A D | resolve_test.c | 49 int dfd, tmpfd; in setup_testdir() local 442 int dfd, fd; in test_openat2_opath_tests() local
|
| /linux/fs/ |
| H A D | namei.c | 743 int dfd; member 752 static void __set_nameidata(struct nameidata *p, int dfd, struct filename *name) in __set_nameidata() 767 static inline void set_nameidata(struct nameidata *p, int dfd, struct filename *name, in set_nameidata() 2825 int filename_lookup(int dfd, struct filename *name, unsigned flags, in filename_lookup() 2864 static int __filename_parentat(int dfd, struct filename *name, in __filename_parentat() 2889 static int filename_parentat(int dfd, struct filename *name, in filename_parentat() 2954 static struct dentry *__start_removing_path(int dfd, struct filename *name, in __start_removing_path() 3028 struct dentry *start_removing_user_path_at(int dfd, in start_removing_user_path_at() 3608 int user_path_at(int dfd, const char __user *name, unsigned flags, in user_path_at() 4849 struct file *do_file_open(int dfd, struct filename *pathname, in do_file_open() [all …]
|
| H A D | file_attr.c | 374 SYSCALL_DEFINE5(file_getattr, int, dfd, const char __user *, filename, in SYSCALL_DEFINE5() argument 427 SYSCALL_DEFINE5(file_setattr, int, dfd, const char __user *, filename, in SYSCALL_DEFINE5() argument
|
| H A D | fsopen.c | 163 SYSCALL_DEFINE3(fspick, int, dfd, const char __user *, path, unsigned int, flags) in SYSCALL_DEFINE3() argument
|
| H A D | fhandle.c | 129 SYSCALL_DEFINE5(name_to_handle_at, int, dfd, const char __user *, name, in SYSCALL_DEFINE5() argument
|
| H A D | namespace.c | 3177 static struct file *vfs_open_tree(int dfd, const char __user *filename, unsigned int flags) in vfs_open_tree() 3228 SYSCALL_DEFINE3(open_tree, int, dfd, const char __user *, filename, unsigned, flags) in SYSCALL_DEFINE3() argument 5104 SYSCALL_DEFINE5(mount_setattr, int, dfd, const char __user *, path, in SYSCALL_DEFINE5() argument 5145 SYSCALL_DEFINE5(open_tree_attr, int, dfd, const char __user *, filename, in SYSCALL_DEFINE5() argument
|
| /linux/io_uring/ |
| H A D | fs.c | 29 int dfd; member 36 int dfd; member
|
| H A D | openclose.c | 24 int dfd; member
|
| /linux/tools/testing/selftests/mount_setattr/ |
| H A D | mount_setattr_test.c | 138 static inline int sys_mount_setattr(int dfd, const char *path, unsigned int flags, in sys_mount_setattr() 144 static inline int sys_open_tree_attr(int dfd, const char *path, unsigned int flags, in sys_open_tree_attr() 661 int fd, dfd; in TEST_F() local 1362 static bool expected_uid_gid(int dfd, const char *path, int flags, in expected_uid_gid()
|
| /linux/fs/notify/fanotify/ |
| H A D | fanotify_user.c | 1192 static int fanotify_find_path(int dfd, const char __user *filename, in fanotify_find_path() 1889 int dfd, const char __user *pathname) in do_fanotify_mark() 2156 __u64, mask, int, dfd, in SYSCALL_DEFINE5() argument 2166 SC_ARG64(mask), int, dfd, in SYSCALL32_DEFINE6() argument
|
| /linux/samples/vfs/ |
| H A D | test-statx.c | 48 ssize_t statx(int dfd, const char *filename, unsigned flags, in statx()
|
| /linux/samples/bpf/ |
| H A D | syscall_tp_kern.c | 26 long long dfd; member
|
| /linux/tools/testing/selftests/iommu/ |
| H A D | iommufd_fail_nth.c | 27 static int writeat(int dfd, const char *fn, const char *val) in writeat()
|
| H A D | iommufd.c | 1576 int dfd; in TEST_F() local 1593 int dfd; in TEST_F() local
|
| /linux/arch/x86/kernel/ |
| H A D | sys_ia32.c | 195 COMPAT_SYSCALL_DEFINE4(ia32_fstatat64, unsigned int, dfd, in COMPAT_SYSCALL_DEFINE4() argument
|
| /linux/arch/sparc/kernel/ |
| H A D | sys_sparc32.c | 127 COMPAT_SYSCALL_DEFINE4(fstatat64, unsigned int, dfd, in COMPAT_SYSCALL_DEFINE4() argument
|
| /linux/arch/arm/kernel/ |
| H A D | sys_oabi-compat.c | 178 asmlinkage long sys_oabi_fstatat64(int dfd, in sys_oabi_fstatat64()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | token.c | 36 static inline int sys_fspick(int dfd, const char *path, unsigned flags) in sys_fspick()
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 57 int open_tree(int dfd, const char *filename, unsigned int flags) in open_tree()
|
| /linux/include/linux/ |
| H A D | fs.h | 3615 static inline bool vfs_empty_path(int dfd, const char __user *path) in vfs_empty_path()
|