Searched refs:set_block_size (Results 1 – 3 of 3) sorted by relevance
637 .set_block_size(1) in test_read()662 .set_block_size(1) in test_write()687 .set_block_size(1) in test_read_write_blocking()704 .set_block_size(1) in test_abort()735 .set_block_size(1) in read_write_error_on_busy()
962 .set_block_size(case.block_size) in read_test_helper()990 .set_block_size(case.block_size) in write_test_helper()1293 .set_block_size(1) in test_no_alignment_require_zero_size_scratch()1317 .set_block_size(1) in test_read_overflow()1329 .set_block_size(1) in test_read_arithmetic_overflow()1340 .set_block_size(1) in test_write_overflow()1352 .set_block_size(1) in test_write_arithmetic_overflow()
310 pub fn set_block_size(mut self, block_size: u64) -> Self { in set_block_size() method