Searched refs:fdequal (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/openat2/ |
H A D | helpers.h | 104 bool fdequal(int fd, int dfd, const char *path);
|
H A D | rename_attack_test.c | 127 if (fdequal(fd, afd, NULL)) in test_rename_attack()
|
H A D | helpers.c | 71 bool fdequal(int fd, int dfd, const char *path) in fdequal() function
|
H A D | resolve_test.c | 468 failed = (fd < 0 || !fdequal(fd, rootfd, test->out.path)); in test_openat2_opath_tests()
|
/kernel/linux/linux-6.6/tools/testing/selftests/openat2/ |
H A D | helpers.h | 104 bool fdequal(int fd, int dfd, const char *path);
|
H A D | rename_attack_test.c | 127 if (fdequal(fd, afd, NULL)) in test_rename_attack()
|
H A D | helpers.c | 71 bool fdequal(int fd, int dfd, const char *path) in fdequal() function
|
H A D | resolve_test.c | 468 failed = (fd < 0 || !fdequal(fd, rootfd, test->out.path)); in test_openat2_opath_tests()
|
Completed in 4 milliseconds