Lines Matching refs:req_op
404 switch (req_op(req)) { in ublk_setup_iod_zoned()
900 return ublk_rq_has_data(req) && req_op(req) == REQ_OP_WRITE; in ublk_need_map_req()
906 (req_op(req) == REQ_OP_READ || req_op(req) == REQ_OP_DRV_IN); in ublk_need_unmap_req()
985 enum req_op op = req_op(req); in ublk_setup_iod()
992 switch (req_op(req)) { in ublk_setup_iod()
1049 if (!io->res && req_op(req) == REQ_OP_READ) in __ublk_complete_rq()
1063 if (req_op(req) != REQ_OP_READ && req_op(req) != REQ_OP_WRITE && in __ublk_complete_rq()
1064 req_op(req) != REQ_OP_DRV_IN) in __ublk_complete_rq()
1420 if (req_op(req) == REQ_OP_ZONE_APPEND) in ublk_commit_completion()
1842 req_op(req) == REQ_OP_READ)) in __ublk_ch_uring_cmd()
1844 } else if (req_op(req) != REQ_OP_ZONE_APPEND && ub_cmd->addr) { in __ublk_ch_uring_cmd()
1951 if ((req_op(req) == REQ_OP_READ || req_op(req) == REQ_OP_DRV_IN) && in ublk_check_ubuf_dir()
1956 if ((req_op(req) == REQ_OP_WRITE || in ublk_check_ubuf_dir()
1957 req_op(req) == REQ_OP_ZONE_APPEND) && in ublk_check_ubuf_dir()