Lines Matching refs:OBJ_OP_WRITE
217 OBJ_OP_WRITE, enumerator
806 case OBJ_OP_WRITE: in obj_op_name()
1685 return OBJ_OP_WRITE; in rbd_img_request_op_type()
1921 (op_type == OBJ_OP_DISCARD || op_type == OBJ_OP_WRITE)) { in rbd_osd_req_create()
1923 if (op_type == OBJ_OP_WRITE) { in rbd_osd_req_create()
1931 rbd_assert(num_ops == 1 || ((op_type == OBJ_OP_WRITE) && num_ops == 2)); in rbd_osd_req_create()
1941 if (op_type == OBJ_OP_WRITE || op_type == OBJ_OP_DISCARD) in rbd_osd_req_create()
2166 } else if (op_type == OBJ_OP_WRITE) { in rbd_img_request_create()
2271 op_type = OBJ_OP_WRITE; in rbd_img_obj_end_request()
2384 } else if (op_type == OBJ_OP_WRITE) { in rbd_img_obj_request_fill()
2408 if (op_type == OBJ_OP_WRITE || op_type == OBJ_OP_DISCARD) in rbd_img_obj_request_fill()
2500 (op_type == OBJ_OP_WRITE) ? 2 : 1, in rbd_img_request_fill()
3147 obj_request->osd_req = rbd_osd_req_create(rbd_dev, OBJ_OP_WRITE, 1, in rbd_obj_watch_request_helper()
3354 op_type = OBJ_OP_WRITE; in rbd_queue_workfn()