Lines Matching refs:OBJ_OP_WRITE
217 OBJ_OP_WRITE, enumerator
808 case OBJ_OP_WRITE: in obj_op_name()
1704 return OBJ_OP_WRITE; in rbd_img_request_op_type()
1942 (op_type == OBJ_OP_DISCARD || op_type == OBJ_OP_WRITE)) { in rbd_osd_req_create()
1944 if (op_type == OBJ_OP_WRITE) { in rbd_osd_req_create()
1952 rbd_assert(num_ops == 1 || ((op_type == OBJ_OP_WRITE) && num_ops == 2)); in rbd_osd_req_create()
1962 if (op_type == OBJ_OP_WRITE || op_type == OBJ_OP_DISCARD) in rbd_osd_req_create()
2187 } else if (op_type == OBJ_OP_WRITE) { in rbd_img_request_create()
2292 op_type = OBJ_OP_WRITE; in rbd_img_obj_end_request()
2405 } else if (op_type == OBJ_OP_WRITE) { in rbd_img_obj_request_fill()
2432 if (op_type == OBJ_OP_WRITE || op_type == OBJ_OP_DISCARD) in rbd_img_obj_request_fill()
2524 (op_type == OBJ_OP_WRITE) ? 2 : 1, in rbd_img_request_fill()
3172 obj_request->osd_req = rbd_osd_req_create(rbd_dev, OBJ_OP_WRITE, 1, in rbd_obj_watch_request_helper()
3379 op_type = OBJ_OP_WRITE; in rbd_queue_workfn()