Home
last modified time | relevance | path

Searched refs:LIO_IO_SYNC (Results 1 – 2 of 2) sorted by relevance

/external/ltp/lib/
Dtlibio.c137 {"s", LIO_IO_SYNC, "sync i/o"},
171 {"sync", LIO_IO_SYNC, "sync i/o (read/write)"},
625 method |= LIO_IO_SYNC; in lio_write_buffer()
716 if ((method & LIO_IO_SYNC) in lio_write_buffer()
1196 method |= LIO_IO_SYNC; in lio_read_buffer()
1288 if ((method & LIO_IO_SYNC) in lio_read_buffer()
1969 LIO_IO_SYNC, 0, "sync io"}, {
/external/ltp/include/old/
Dtlibio.h33 #define LIO_IO_SYNC 00001 /* read/write */ macro