Searched refs:REQ_OP_BITS (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/linux/
H A Dblk_types.h313 #define REQ_OP_BITS 8 macro
314 #define REQ_OP_MASK (__force blk_opf_t)((1 << REQ_OP_BITS) - 1)
365 REQ_OP_BITS,
/linux-master/block/
H A Dblk-core.c1237 BUILD_BUG_ON((__force u32)REQ_OP_LAST >= (1 << REQ_OP_BITS));
1238 BUILD_BUG_ON(REQ_OP_BITS + REQ_FLAG_BITS > 8 *
1240 BUILD_BUG_ON(REQ_OP_BITS + REQ_FLAG_BITS > 8 *

Completed in 180 milliseconds