Lines Matching refs:aio_work
1255 struct ceph_aio_work *aio_work;
1258 aio_work = kmalloc(sizeof(*aio_work), GFP_NOFS);
1259 if (aio_work) {
1260 INIT_WORK(&aio_work->work, ceph_aio_retry_work);
1261 aio_work->req = req;
1263 &aio_work->work);
1320 struct ceph_aio_work *aio_work =
1322 struct ceph_osd_request *orig_req = aio_work->req;
1381 kfree(aio_work);