Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dfileio.c8 struct erofs_fileio_rq { struct
18 struct erofs_fileio_rq *rq; argument
23 struct erofs_fileio_rq *rq = in erofs_fileio_ki_complete()
24 container_of(iocb, struct erofs_fileio_rq, iocb); in erofs_fileio_ki_complete()
46 static void erofs_fileio_rq_submit(struct erofs_fileio_rq *rq) in erofs_fileio_rq_submit()
66 static struct erofs_fileio_rq *erofs_fileio_rq_alloc(struct erofs_map_dev *mdev) in erofs_fileio_rq_alloc()
68 struct erofs_fileio_rq *rq = kzalloc(sizeof(*rq), in erofs_fileio_rq_alloc()
84 return erofs_fileio_rq_submit(container_of(bio, struct erofs_fileio_rq, in erofs_fileio_submit_bio()