Searched refs:operation_flags (Results 1 – 2 of 2) sorted by relevance
1301 blk_opf_t operation_flags = 0; in dispatch_rw_block_io() local1325 operation_flags = REQ_SYNC | REQ_IDLE; in dispatch_rw_block_io()1333 operation_flags = REQ_PREFLUSH; in dispatch_rw_block_io()1345 if (unlikely(nseg == 0 && operation_flags != REQ_PREFLUSH) || in dispatch_rw_block_io()1435 operation | operation_flags, in dispatch_rw_block_io()1448 BUG_ON(operation_flags != REQ_PREFLUSH); in dispatch_rw_block_io()1450 bio = bio_alloc(preq.bdev, 0, operation | operation_flags, in dispatch_rw_block_io()
487 u8 operation_flags; member