Searched refs:erofs_map_dev (Results 1 – 5 of 5) sorted by relevance
17 struct erofs_map_dev dev;71 static struct erofs_fileio_rq *erofs_fileio_rq_alloc(struct erofs_map_dev *mdev) in erofs_fileio_rq_alloc()82 struct bio *erofs_fileio_bio_alloc(struct erofs_map_dev *mdev) in erofs_fileio_bio_alloc()137 io->dev = (struct erofs_map_dev) { in erofs_fileio_scan_folio()141 err = erofs_map_dev(inode->i_sb, &io->dev); in erofs_fileio_scan_folio()
384 struct erofs_map_dev { struct423 int erofs_map_dev(struct super_block *sb, struct erofs_map_dev *dev);501 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()515 struct bio *erofs_fscache_bio_alloc(struct erofs_map_dev *mdev);534 static inline struct bio *erofs_fscache_bio_alloc(struct erofs_map_dev *mdev) { return NULL; } in erofs_fscache_bio_alloc()
175 static void erofs_fill_from_devinfo(struct erofs_map_dev *map, in erofs_fill_from_devinfo()185 int erofs_map_dev(struct super_block *sb, struct erofs_map_dev *map) in erofs_map_dev() function275 struct erofs_map_dev mdev; in erofs_iomap_begin()294 mdev = (struct erofs_map_dev) { in erofs_iomap_begin()298 ret = erofs_map_dev(sb, &mdev); in erofs_iomap_begin()
193 struct bio *erofs_fscache_bio_alloc(struct erofs_map_dev *mdev) in erofs_fscache_bio_alloc()261 struct erofs_map_dev mdev; in erofs_fscache_data_read_slice()306 mdev = (struct erofs_map_dev) { in erofs_fscache_data_read_slice()310 ret = erofs_map_dev(sb, &mdev); in erofs_fscache_data_read_slice()
1687 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()
Completed in 15 milliseconds