Searched refs:REQ_OP_BITS (Results 1 – 2 of 2) sorted by relevance
332 #define REQ_OP_BITS 8 macro333 #define REQ_OP_MASK ((1 << REQ_OP_BITS) - 1)376 REQ_OP_BITS,
1797 BUILD_BUG_ON(REQ_OP_LAST >= (1 << REQ_OP_BITS)); in blk_dev_init()1798 BUILD_BUG_ON(REQ_OP_BITS + REQ_FLAG_BITS > 8 * in blk_dev_init()1800 BUILD_BUG_ON(REQ_OP_BITS + REQ_FLAG_BITS > 8 * in blk_dev_init()