Home
last modified time | relevance | path

Searched defs:dfd (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/fchmodat2/
Dfchmodat2_test.c12 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
/tools/testing/selftests/openat2/
Dhelpers.c22 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()
Drename_attack_test.c37 int dfd; in setup_testdir() local
86 int dfd, afd; in test_rename_attack() local
Dresolve_test.c49 int dfd, tmpfd; in setup_testdir() local
442 int dfd, fd; in test_openat2_opath_tests() local
/tools/testing/selftests/mount_setattr/
Dmount_setattr_test.c137 static inline int sys_mount_setattr(int dfd, const char *path, unsigned int flags, in sys_mount_setattr()
155 static inline int sys_open_tree(int dfd, const char *filename, unsigned int flags) in sys_open_tree()
667 int fd, dfd; in TEST_F() local
1391 static bool expected_uid_gid(int dfd, const char *path, int flags, in expected_uid_gid()
/tools/testing/selftests/iommu/
Diommufd_fail_nth.c27 static int writeat(int dfd, const char *fn, const char *val) in writeat()