Searched defs:erofs_map_dev (Results 1 – 2 of 2) sorted by relevance
384 struct erofs_map_dev { struct385 struct super_block *m_sb;386 struct erofs_device_info *m_dif;387 struct block_device *m_bdev;389 erofs_off_t m_pa;390 unsigned int m_deviceid;
185 int erofs_map_dev(struct super_block *sb, struct erofs_map_dev *map) in erofs_map_dev() function