Home
last modified time | relevance | path

Searched refs:addrmask (Results 1 – 1 of 1) sorted by relevance

/linux/fs/erofs/
H A Ddata.c95 erofs_blk_t addrmask = (vi->chunkformat & EROFS_CHUNK_FORMAT_48BIT) ? in erofs_map_chunks() local
118 le32_to_cpu(idx[nr].startblk_lo)) & addrmask; in erofs_map_chunks()
119 if (addr ^ (EROFS_NULL_ADDR & addrmask)) in erofs_map_chunks()
136 map->m_pa = erofs_pos(sb, last & addrmask) - map->m_llen; in erofs_map_chunks()