Searched defs:erofs_map_dev (Results 1 – 2 of 2) sorted by relevance
378 struct erofs_map_dev { struct379 struct erofs_fscache *m_fscache;380 struct block_device *m_bdev;381 struct dax_device *m_daxdev;382 u64 m_dax_part_off;384 erofs_off_t m_pa;385 unsigned int m_deviceid;
200 int erofs_map_dev(struct super_block *sb, struct erofs_map_dev *map) in erofs_map_dev() function