Searched refs:erofs_map_dev (Results 1 – 3 of 3) sorted by relevance
386 struct erofs_map_dev { struct425 int erofs_map_dev(struct super_block *sb, struct erofs_map_dev *dev);503 struct bio *erofs_fileio_bio_alloc(struct erofs_map_dev *mdev);506 static inline struct bio *erofs_fileio_bio_alloc(struct erofs_map_dev *mdev) { return NULL; } in erofs_fileio_bio_alloc()517 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()
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()
1697 struct erofs_map_dev mdev; in z_erofs_submit_queue()1711 mdev = (struct erofs_map_dev) { in z_erofs_submit_queue()1714 (void)erofs_map_dev(sb, &mdev); in z_erofs_submit_queue()