Searched defs:erofs_map_blocks (Results 1 – 2 of 2) sorted by relevance
378 struct erofs_map_blocks { struct379 struct erofs_buf buf;381 erofs_off_t m_pa, m_la;382 u64 m_plen, m_llen;384 unsigned short m_deviceid;385 char m_algorithmformat;386 unsigned int m_flags;
87 int erofs_map_blocks(struct inode *inode, struct erofs_map_blocks *map) in erofs_map_blocks() function