Home
last modified time | relevance | path

Searched refs:aio_work (Results 1 – 1 of 1) sorted by relevance

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