Home
last modified time | relevance | path

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

/linux-6.8/fs/erofs/
Dinternal.h378 struct erofs_map_dev { struct
379 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;
Ddata.c200 int erofs_map_dev(struct super_block *sb, struct erofs_map_dev *map) in erofs_map_dev() function