Searched refs:write_mode (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/ext4/
H A Drand_emmc_perf.c110 static void stats_test(int fd, int write_mode, off64_t max_blocks, int stats_count, argument
130 if (write_mode) {
146 static void perf_test(int fd, int write_mode, off64_t max_blocks) argument
159 if (write_mode) {
174 /* The close can take a while when in write_mode as buffers are flushed.
186 int write_mode = 0; local
207 write_mode = 1;
229 if (o_sync && !write_mode) {
258 stats_test(fd, write_mode, max_blocks, stats_count, full_stats_file);
260 perf_test(fd, write_mode, max_block
[all...]

Completed in 41 milliseconds