Home
last modified time | relevance | path

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

/openbmc/linux/fs/overlayfs/
H A Dfile.c282 fput(aio_req->iocb.ki_filp); in ovl_aio_put()
300 ovl_aio_put(aio_req); in ovl_aio_cleanup_handler()
337 struct ovl_aio_req *aio_req; in ovl_read_iter() local
341 if (!aio_req) in ovl_read_iter()
344 aio_req->orig_iocb = iocb; in ovl_read_iter()
349 ovl_aio_put(aio_req); in ovl_read_iter()
408 struct ovl_aio_req *aio_req; in ovl_write_iter() local
412 if (!aio_req) in ovl_write_iter()
415 aio_req->orig_iocb = iocb; in ovl_write_iter()
417 aio_req->iocb.ki_flags = ifl; in ovl_write_iter()
[all …]
/openbmc/linux/fs/ceph/
H A Dfile.c1205 ret = aio_req->error; in ceph_aio_complete()
1214 loff_t endoff = aio_req->iocb->ki_pos + aio_req->total_len; in ceph_aio_complete()
1232 aio_req->iocb->ki_complete(aio_req->iocb, ret); in ceph_aio_complete()
1235 kfree(aio_req); in ceph_aio_complete()
1299 if (aio_req->write) in ceph_aio_complete_req()
1371 req->r_priv = aio_req; in ceph_aio_retry_work()
1471 aio_req = kzalloc(sizeof(*aio_req), GFP_KERNEL); in ceph_direct_read_write()
1472 if (aio_req) { in ceph_direct_read_write()
1506 if (aio_req) { in ceph_direct_read_write()
1567 if (aio_req) { in ceph_direct_read_write()
[all …]