Searched refs:REQ_FUA (Results 1 – 2 of 2) sorted by relevance
411 #define REQ_FUA (__force blk_opf_t)(1ULL << __REQ_FUA) macro430 (REQ_NOMERGE | REQ_PREFLUSH | REQ_FUA)457 return op & (REQ_FUA | REQ_PREFLUSH); in op_is_flush()468 (op & (REQ_SYNC | REQ_FUA | REQ_PREFLUSH)); in op_is_sync()
70 REQ_PREFLUSH | REQ_FUA)85 { (__force u32)REQ_FUA, "FUA" })
Completed in 6 milliseconds