Searched refs:operation_flags (Results 1 – 2 of 2) sorted by relevance
1197 blk_opf_t operation_flags = 0; in dispatch_rw_block_io() local1221 operation_flags = REQ_SYNC | REQ_IDLE; in dispatch_rw_block_io()1229 operation_flags = REQ_PREFLUSH; in dispatch_rw_block_io()1241 if (unlikely(nseg == 0 && operation_flags != REQ_PREFLUSH) || in dispatch_rw_block_io()1331 operation | operation_flags, in dispatch_rw_block_io()1344 BUG_ON(operation_flags != REQ_PREFLUSH); in dispatch_rw_block_io()1346 bio = bio_alloc(preq.bdev, 0, operation | operation_flags, in dispatch_rw_block_io()
464 u8 operation_flags; member