Home
last modified time | relevance | path

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

/linux-6.15/fs/erofs/
H A Dfileio.c17 struct erofs_map_dev dev;
68 static struct erofs_fileio_rq *erofs_fileio_rq_alloc(struct erofs_map_dev *mdev) in erofs_fileio_rq_alloc()
79 struct bio *erofs_fileio_bio_alloc(struct erofs_map_dev *mdev) in erofs_fileio_bio_alloc()
142 io->dev = (struct erofs_map_dev) { in erofs_fileio_scan_folio()
146 err = erofs_map_dev(inode->i_sb, &io->dev); in erofs_fileio_scan_folio()
H A Dinternal.h348 struct erofs_map_dev { struct
386 int erofs_map_dev(struct super_block *sb, struct erofs_map_dev *dev);
464 struct bio *erofs_fileio_bio_alloc(struct erofs_map_dev *mdev);
467 static inline struct bio *erofs_fileio_bio_alloc(struct erofs_map_dev *mdev) { return NULL; } in erofs_fileio_bio_alloc()
478 struct bio *erofs_fscache_bio_alloc(struct erofs_map_dev *mdev);
497 static inline struct bio *erofs_fscache_bio_alloc(struct erofs_map_dev *mdev) { return NULL; } in erofs_fscache_bio_alloc()
H A Ddata.c162 static void erofs_fill_from_devinfo(struct erofs_map_dev *map, in erofs_fill_from_devinfo()
172 int erofs_map_dev(struct super_block *sb, struct erofs_map_dev *map) in erofs_map_dev() function
256 struct erofs_map_dev mdev; in erofs_iomap_begin()
265 mdev = (struct erofs_map_dev) { in erofs_iomap_begin()
269 ret = erofs_map_dev(sb, &mdev); in erofs_iomap_begin()
H A Dfscache.c195 struct bio *erofs_fscache_bio_alloc(struct erofs_map_dev *mdev) in erofs_fscache_bio_alloc()
263 struct erofs_map_dev mdev; in erofs_fscache_data_read_slice()
307 mdev = (struct erofs_map_dev) { in erofs_fscache_data_read_slice()
311 ret = erofs_map_dev(sb, &mdev); in erofs_fscache_data_read_slice()
H A Dzdata.c1645 struct erofs_map_dev mdev; in z_erofs_submit_queue()
1659 mdev = (struct erofs_map_dev) { in z_erofs_submit_queue()
1662 (void)erofs_map_dev(sb, &mdev); in z_erofs_submit_queue()