Home | History | Annotate | Download | only in ext4

Lines Matching refs:write_mode

110 static void stats_test(int fd, int write_mode, off64_t max_blocks, int stats_count,
130 if (write_mode) {
146 static void perf_test(int fd, int write_mode, off64_t max_blocks)
159 if (write_mode) {
174 /* The close can take a while when in write_mode as buffers are flushed.
186 int write_mode = 0;
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_blocks);