aio_work          807 fs/ceph/file.c 		struct ceph_aio_work *aio_work;
aio_work          810 fs/ceph/file.c 		aio_work = kmalloc(sizeof(*aio_work), GFP_NOFS);
aio_work          811 fs/ceph/file.c 		if (aio_work) {
aio_work          812 fs/ceph/file.c 			INIT_WORK(&aio_work->work, ceph_aio_retry_work);
aio_work          813 fs/ceph/file.c 			aio_work->req = req;
aio_work          815 fs/ceph/file.c 				   &aio_work->work);
aio_work          861 fs/ceph/file.c 	struct ceph_aio_work *aio_work =
aio_work          863 fs/ceph/file.c 	struct ceph_osd_request *orig_req = aio_work->req;
aio_work          922 fs/ceph/file.c 	kfree(aio_work);