Lines Matching defs:aio_work
1377 struct ceph_aio_work *aio_work;
1380 aio_work = kmalloc_obj(*aio_work, GFP_NOFS);
1381 if (aio_work) {
1382 INIT_WORK(&aio_work->work, ceph_aio_retry_work);
1383 aio_work->req = req;
1385 &aio_work->work);
1453 struct ceph_aio_work *aio_work =
1455 struct ceph_osd_request *orig_req = aio_work->req;
1514 kfree(aio_work);