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

/fuchsia/zircon/system/utest/fs-host/
H A Dtest-rw-workers.cpp50 #define F_RAND_IOSIZE 1 macro
60 { worker_writer, "file0000", KB(512), F_RAND_IOSIZE, },
61 { worker_writer, "file0001", MB(10), F_RAND_IOSIZE, },
62 { worker_writer, "file0002", KB(512), F_RAND_IOSIZE, },
63 { worker_writer, "file0003", KB(512), F_RAND_IOSIZE, },
93 if ((w->flags & F_RAND_IOSIZE) && (xfer > 3000)) {
/fuchsia/zircon/system/utest/fs/
H A Dtest-rw-workers.c63 #define F_RAND_IOSIZE 1 macro
99 if ((w->flags & F_RAND_IOSIZE) && (xfer > 3000)) {
229 worker_writer, "file0000", KB(512), F_RAND_IOSIZE,
232 worker_writer, "file0001", MB(10), F_RAND_IOSIZE,
235 worker_writer, "file0002", KB(512), F_RAND_IOSIZE,
238 worker_writer, "file0003", KB(512), F_RAND_IOSIZE,

Completed in 71 milliseconds