Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dinternal.h386 struct erofs_map_dev { struct
425 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()
H A Ddata.c175 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() function
275 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()
H A Dzdata.c1697 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()