Searched refs:img_request (Results 1 – 1 of 1) sorted by relevance
248 struct rbd_img_request *img_request; member1303 switch (obj_req->img_request->data_type) { in rbd_obj_zero_range()1325 static void rbd_img_request_get(struct rbd_img_request *img_request) in rbd_img_request_get() argument1327 dout("%s: img %p (was %d)\n", __func__, img_request, in rbd_img_request_get()1328 kref_read(&img_request->kref)); in rbd_img_request_get()1329 kref_get(&img_request->kref); in rbd_img_request_get()1333 static void rbd_img_request_put(struct rbd_img_request *img_request) in rbd_img_request_put() argument1335 rbd_assert(img_request != NULL); in rbd_img_request_put()1336 dout("%s: img %p (was %d)\n", __func__, img_request, in rbd_img_request_put()1337 kref_read(&img_request->kref)); in rbd_img_request_put()[all …]