Home
last modified time | relevance | path

Searched defs:erofs_map_dev (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/fs/erofs/
Dinternal.h354 struct erofs_map_dev { struct
355 struct super_block *m_sb;
356 struct erofs_device_info *m_dif;
357 struct block_device *m_bdev;
359 erofs_off_t m_pa;
360 unsigned int m_deviceid;
Ddata.c191 int erofs_map_dev(struct super_block *sb, struct erofs_map_dev *map) in erofs_map_dev() function