Home | History | Annotate | Download | only in linux

Lines Matching defs:WRITE_SYNC

150  * WRITE_SYNC		Synchronous write. Identical to WRITE, but passes down
154 * WRITE_FLUSH Like WRITE_SYNC but with preceding cache flush.
155 * WRITE_FUA Like WRITE_SYNC but data is guaranteed to be on
170 #define WRITE_SYNC (WRITE | REQ_SYNC | REQ_NOIDLE)