Searched refs:oreq (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/powerpc/include/asm/ |
D | opal.h | 199 struct opal_i2c_request *oreq);
|
/linux-4.4.14/drivers/block/ |
D | rbd.c | 318 #define for_each_obj_request(ireq, oreq) \ argument 319 list_for_each_entry(oreq, &(ireq)->obj_requests, links) 320 #define for_each_obj_request_from(ireq, oreq) \ argument 321 list_for_each_entry_from(oreq, &(ireq)->obj_requests, links) 322 #define for_each_obj_request_safe(ireq, oreq, n) \ argument 323 list_for_each_entry_safe_reverse(oreq, n, &(ireq)->obj_requests, links)
|
/linux-4.4.14/net/ceph/ |
D | osd_client.c | 123 #define osd_req_op_data(oreq, whch, typ, fld) \ argument 125 struct ceph_osd_request *__oreq = (oreq); \
|