| /linux/tools/testing/selftests/fchmodat2/ |
| H A D | fchmodat2_test.c | 46 ret = symlinkat("regfile", dfd, "symlink"); in expect_mode() argument 12 sys_fchmodat2(int dfd,const char * filename,mode_t mode,int flags) sys_fchmodat2() argument 21 int dfd, ret; setup_testdir() local 60 int dfd, ret; test_regfile() local 88 int dfd, ret; test_symlink() local [all...] |
| /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() 2830 int filename_lookup(int dfd, struct filename *name, unsigned flags, in filename_lookup() 2869 static int __filename_parentat(int dfd, struct filename *name, in __filename_parentat() 2894 static int filename_parentat(int dfd, struct filename *name, in filename_parentat() 2958 static struct dentry *__start_removing_path(int dfd, struct filename *name, in __start_removing_path() 3032 struct dentry *start_removing_user_path_at(int dfd, in start_removing_user_path_at() 3639 int user_path_at(int dfd, const char __user *name, unsigned flags, in user_path_at() 4877 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 | 3186 static struct file *vfs_open_tree(int dfd, const char __user *filename, unsigned int flags) in vfs_open_tree() 3237 SYSCALL_DEFINE3(open_tree, int, dfd, const char __user *, filename, unsigned, flags) in SYSCALL_DEFINE3() argument 5134 SYSCALL_DEFINE5(mount_setattr, int, dfd, const char __user *, path, in SYSCALL_DEFINE5() argument 5175 SYSCALL_DEFINE5(open_tree_attr, int, dfd, const char __user *, filename, in SYSCALL_DEFINE5() argument
|
| /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/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 [all...] |
| /linux/io_uring/ |
| H A D | openclose.c | 24 int dfd; member
|
| /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 sys_fspick(int dfd,const char * path,unsigned flags) sys_fspick() argument
|
| /linux/tools/testing/selftests/landlock/ |
| H A D | fs_test.c | 57 open_tree(int dfd,const char * filename,unsigned int flags) open_tree() argument
|