Home
last modified time | relevance | path

Searched refs:dst_dir_fd (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/filesystems/incfs/
H A Dincfs_stress.c266 int dst_dir_fd = -1; in main() local
303 dst_dir_fd = open(dst_dir, O_RDONLY | O_CLOEXEC); in main()
304 if (src_dir_fd == -1 || dst_dir_fd == -1) { in main()
310 err = test_files(src_dir_fd, dst_dir_fd, &options); in main()
314 close(dst_dir_fd); in main()
H A Dincfs_perf.c630 int dst_dir_fd = -1; in main() local
682 dst_dir_fd = open(dst_dir, O_RDONLY | O_CLOEXEC); in main()
683 if (native_dir_fd == -1 || src_dir_fd == -1 || dst_dir_fd == -1) { in main()
702 err = test_incfs_file(dst_dir_fd, &options, flags); in main()
708 close(dst_dir_fd); in main()