Home
last modified time | relevance | path

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

/fs/fuse/
Dpassthrough.c13 struct fuse_aio_req { struct
49 static void fuse_aio_cleanup_handler(struct fuse_aio_req *aio_req) in fuse_aio_cleanup_handler()
67 struct fuse_aio_req *aio_req = in fuse_aio_rw_complete()
68 container_of(iocb, struct fuse_aio_req, iocb); in fuse_aio_rw_complete()
93 struct fuse_aio_req *aio_req; in fuse_passthrough_read_iter()
95 aio_req = kmalloc(sizeof(struct fuse_aio_req), GFP_KERNEL); in fuse_passthrough_read_iter()
144 struct fuse_aio_req *aio_req; in fuse_passthrough_write_iter()
146 aio_req = kmalloc(sizeof(struct fuse_aio_req), GFP_KERNEL); in fuse_passthrough_write_iter()