OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:o_sync
(Results
1 - 2
of
2
) sorted by null
/system/extras/tests/ext4/
rand_emmc_perf.c
18
* performance, try it twice, once with
O_SYNC
compiled in, and once with it commented
19
* out. Without
O_SYNC
, the close(2) blocks until all the dirty buffers are written
187
int
o_sync
= 0;
local
211
o_sync
=
O_SYNC
;
228
if (
o_sync
&& !write_mode) {
229
/* Can only specify
o_sync
in write mode. Probably doesn't matter,
230
* but clear
o_sync
if in read mode */
231
o_sync
= 0;
241
if ((fd = open(argv[optind + 1], O_RDWR |
o_sync
)) < 0)
[
all
...]
/external/autotest/client/tests/aiostress/
aio-stress.c
92
int
o_sync
= 0;
variable
[
all
...]
Completed in 147 milliseconds