Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/block/
Drbd.c219 OBJ_OP_DISCARD, enumerator
808 case OBJ_OP_DISCARD: in obj_op_name()
1687 return OBJ_OP_DISCARD; in rbd_img_request_op_type()
1921 (op_type == OBJ_OP_DISCARD || op_type == OBJ_OP_WRITE)) { in rbd_osd_req_create()
1941 if (op_type == OBJ_OP_WRITE || op_type == OBJ_OP_DISCARD) in rbd_osd_req_create()
2163 if (op_type == OBJ_OP_DISCARD) { in rbd_img_request_create()
2269 op_type = OBJ_OP_DISCARD; in rbd_img_obj_end_request()
2367 if (op_type == OBJ_OP_DISCARD) { in rbd_img_obj_request_fill()
2408 if (op_type == OBJ_OP_WRITE || op_type == OBJ_OP_DISCARD) in rbd_img_obj_request_fill()
3352 op_type = OBJ_OP_DISCARD; in rbd_queue_workfn()
[all …]