Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Dinternal.h371 struct erofs_map_dev { struct
372 struct erofs_fscache *m_fscache;
373 struct block_device *m_bdev;
374 struct dax_device *m_daxdev;
375 u64 m_dax_part_off;
377 erofs_off_t m_pa;
378 unsigned int m_deviceid;
H A Ddata.c202 int erofs_map_dev(struct super_block *sb, struct erofs_map_dev *map) in erofs_map_dev() function