Searched refs:splice_size (Results 1 – 1 of 1) sorted by relevance
/tools/testing/selftests/filesystems/fuse/ |
D | fuse_test.c | 2121 const int splice_size = 4096; in splice_test() local 2133 TESTSYSCALL(fallocate(file_fd, 0, 0, splice_size)); in splice_test() 2147 TESTEQUAL(splice(in_fd, NULL, pipefd[1], NULL, splice_size, 0), in splice_test() 2148 splice_size); in splice_test() 2149 TESTEQUAL(splice(pipefd[0], NULL, out_fd, NULL, splice_size, 0), in splice_test() 2150 splice_size); in splice_test()
|