Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Dinternal.h344 struct erofs_map_blocks { struct
345 struct erofs_buf buf;
347 erofs_off_t m_pa, m_la;
348 u64 m_plen, m_llen;
350 unsigned short m_deviceid;
351 char m_algorithmformat;
352 unsigned int m_flags;
H A Ddata.c124 int erofs_map_blocks(struct inode *inode, struct erofs_map_blocks *map) in erofs_map_blocks() function