Home
last modified time | relevance | path

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

/third_party/ltp/lib/
H A Dtlibio.c137 {"s", LIO_IO_SYNC, "sync i/o"},
171 {"sync", LIO_IO_SYNC, "sync i/o (read/write)"},
629 method |= LIO_IO_SYNC; in lio_write_buffer()
720 if ((method & LIO_IO_SYNC) in lio_write_buffer()
723 * write(2) is used if LIO_IO_SYNC bit is set or not none in lio_write_buffer()
1205 method |= LIO_IO_SYNC; in lio_read_buffer()
1297 if ((method & LIO_IO_SYNC) in lio_read_buffer()
1300 * read(2) is used if LIO_IO_SYNC bit is set or not none in lio_read_buffer()
1979 LIO_IO_SYNC, 0, "sync io"}, {
/third_party/ltp/include/old/
H A Dtlibio.h33 #define LIO_IO_SYNC 00001 /* read/write */ macro

Completed in 3 milliseconds