Home
last modified time | relevance | path

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

/Linux-v6.6/fs/erofs/
Dinternal.h351 struct erofs_map_blocks { struct
352 struct erofs_buf buf;
354 erofs_off_t m_pa, m_la;
355 u64 m_plen, m_llen;
357 unsigned short m_deviceid;
358 char m_algorithmformat;
359 unsigned int m_flags;
Ddata.c124 int erofs_map_blocks(struct inode *inode, struct erofs_map_blocks *map) in erofs_map_blocks() function