Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dinternal.h517 struct bio *erofs_fscache_bio_alloc(struct erofs_map_dev *mdev);
536 static inline struct bio *erofs_fscache_bio_alloc(struct erofs_map_dev *mdev) { return NULL; } in erofs_fscache_bio_alloc() function
H A Dzdata.c1757 bio = erofs_fscache_bio_alloc(&mdev); in z_erofs_submit_queue()