Searched defs:erofs_map_blocks (Results 1 – 2 of 2) sorted by relevance
359 struct erofs_map_blocks { struct360 struct erofs_buf buf;362 erofs_off_t m_pa, m_la;363 u64 m_plen, m_llen;365 unsigned short m_deviceid;366 char m_algorithmformat;367 unsigned int m_flags;
86 int erofs_map_blocks(struct inode *inode, struct erofs_map_blocks *map) in erofs_map_blocks() function