Lines Matching refs:req_op
381 switch (req_op(req)) { in ublk_setup_iod_zoned()
871 return ublk_rq_has_data(req) && req_op(req) == REQ_OP_WRITE; in ublk_need_map_req()
877 (req_op(req) == REQ_OP_READ || req_op(req) == REQ_OP_DRV_IN); in ublk_need_unmap_req()
961 enum req_op op = req_op(req); in ublk_setup_iod()
968 switch (req_op(req)) { in ublk_setup_iod()
1025 if (!io->res && req_op(req) == REQ_OP_READ) in __ublk_complete_rq()
1039 if (req_op(req) != REQ_OP_READ && req_op(req) != REQ_OP_WRITE && in __ublk_complete_rq()
1040 req_op(req) != REQ_OP_DRV_IN) in __ublk_complete_rq()
1406 if (req_op(req) == REQ_OP_ZONE_APPEND) in ublk_commit_completion()
1755 req_op(req) == REQ_OP_READ)) in __ublk_ch_uring_cmd()
1757 } else if (req_op(req) != REQ_OP_ZONE_APPEND && ub_cmd->addr) { in __ublk_ch_uring_cmd()
1838 if ((req_op(req) == REQ_OP_READ || req_op(req) == REQ_OP_DRV_IN) && in ublk_check_ubuf_dir()
1843 if ((req_op(req) == REQ_OP_WRITE || in ublk_check_ubuf_dir()
1844 req_op(req) == REQ_OP_ZONE_APPEND) && in ublk_check_ubuf_dir()