Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dblk_types.h341 #define REQ_OP_BITS 8 macro
342 #define REQ_OP_MASK (__force blk_opf_t)((1 << REQ_OP_BITS) - 1)
393 REQ_OP_BITS,
/Linux-v6.1/block/
Dblk-core.c1181 BUILD_BUG_ON((__force u32)REQ_OP_LAST >= (1 << REQ_OP_BITS)); in blk_dev_init()
1182 BUILD_BUG_ON(REQ_OP_BITS + REQ_FLAG_BITS > 8 * in blk_dev_init()
1184 BUILD_BUG_ON(REQ_OP_BITS + REQ_FLAG_BITS > 8 * in blk_dev_init()