Searched refs:LIO_IO_SYNC (Results 1 – 2 of 2) sorted by relevance
137 {"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"}, {
33 #define LIO_IO_SYNC 00001 /* read/write */ macro