Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Dzns.c337 return REQ_OP_LAST; in zsa_req_op()
487 if (op == REQ_OP_LAST) { in nvmet_bdev_zmgmt_send_work()
/openbmc/linux/include/linux/
H A Dblk_types.h401 REQ_OP_LAST = (__force blk_opf_t)36, enumerator
/openbmc/linux/block/
H A Dblk-core.c1197 BUILD_BUG_ON((__force u32)REQ_OP_LAST >= (1 << REQ_OP_BITS)); in blk_dev_init()