Home
last modified time | relevance | path

Searched refs:REQ_OP_LAST (Results 1 – 4 of 4) sorted by relevance

/linux/block/
H A Derror-injection.c68 if (op == REQ_OP_LAST) in error_inject_add()
165 if (*op == REQ_OP_LAST) in match_op()
190 enum req_op op = REQ_OP_LAST; in blk_error_injection_parse_options()
H A Dblk-core.c143 return REQ_OP_LAST; in str_to_blk_op()
1316 BUILD_BUG_ON((__force u32)REQ_OP_LAST >= (1 << REQ_OP_BITS)); in blk_dev_init()
/linux/drivers/nvme/target/
H A Dzns.c336 return REQ_OP_LAST; in zsa_req_op()
485 if (op == REQ_OP_LAST) { in nvmet_bdev_zmgmt_send_work()
/linux/include/linux/
H A Dblk_types.h379 REQ_OP_LAST = (__force blk_opf_t)36, enumerator