Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dinternal.h501 struct bio *erofs_fileio_bio_alloc(struct erofs_map_dev *mdev);
504 static inline struct bio *erofs_fileio_bio_alloc(struct erofs_map_dev *mdev) { return NULL; } in erofs_fileio_bio_alloc() function
H A Dfileio.c82 struct bio *erofs_fileio_bio_alloc(struct erofs_map_dev *mdev) in erofs_fileio_bio_alloc() function
H A Dzdata.c1745 bio = erofs_fileio_bio_alloc(&mdev); in z_erofs_submit_queue()