Searched refs:aio_work (Results 1 – 1 of 1) sorted by relevance
711 struct ceph_aio_work *aio_work; in ceph_aio_complete_req() local714 aio_work = kmalloc(sizeof(*aio_work), GFP_NOFS); in ceph_aio_complete_req()715 if (aio_work) { in ceph_aio_complete_req()716 INIT_WORK(&aio_work->work, ceph_aio_retry_work); in ceph_aio_complete_req()717 aio_work->req = req; in ceph_aio_complete_req()719 &aio_work->work); in ceph_aio_complete_req()761 struct ceph_aio_work *aio_work = in ceph_aio_retry_work() local763 struct ceph_osd_request *orig_req = aio_work->req; in ceph_aio_retry_work()823 kfree(aio_work); in ceph_aio_retry_work()