Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dfileio.c18 struct erofs_map_dev dev;
67 static struct erofs_fileio_rq *erofs_fileio_rq_alloc(struct erofs_map_dev *mdev) in erofs_fileio_rq_alloc()
78 struct bio *erofs_fileio_bio_alloc(struct erofs_map_dev *mdev) in erofs_fileio_bio_alloc()
133 io->dev = (struct erofs_map_dev) { in erofs_fileio_scan_folio()
137 err = erofs_map_dev(inode->i_sb, &io->dev); in erofs_fileio_scan_folio()
H A Dinternal.h404 struct erofs_map_dev { struct
444 int erofs_map_dev(struct super_block *sb, struct erofs_map_dev *dev);
542 struct bio *erofs_fileio_bio_alloc(struct erofs_map_dev *mdev);
545 static inline struct bio *erofs_fileio_bio_alloc(struct erofs_map_dev *mdev) { return NULL; } in erofs_fileio_bio_alloc()
556 struct bio *erofs_fscache_bio_alloc(struct erofs_map_dev *mdev);
575 static inline struct bio *erofs_fscache_bio_alloc(struct erofs_map_dev *mdev) { return NULL; } in erofs_fscache_bio_alloc()
H A Dfscache.c180 struct bio *erofs_fscache_bio_alloc(struct erofs_map_dev *mdev) in erofs_fscache_bio_alloc()
248 struct erofs_map_dev mdev; in erofs_fscache_data_read_slice()
293 mdev = (struct erofs_map_dev) { in erofs_fscache_data_read_slice()
297 ret = erofs_map_dev(sb, &mdev); in erofs_fscache_data_read_slice()
H A Dzdata.c1687 struct erofs_map_dev mdev; in z_erofs_submit_queue()
1701 mdev = (struct erofs_map_dev) { in z_erofs_submit_queue()
1704 (void)erofs_map_dev(sb, &mdev); in z_erofs_submit_queue()