Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/block/
Drbd.c217 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()
[all …]