Searched refs:chunkbits (Results 1 – 3 of 3) sorted by relevance
155 chunknr = map->m_la >> vi->chunkbits; in erofs_map_blocks()164 map->m_la = chunknr << vi->chunkbits; in erofs_map_blocks()165 map->m_plen = min_t(erofs_off_t, 1UL << vi->chunkbits, in erofs_map_blocks()
175 vi->chunkbits = sb->s_blocksize_bits + in erofs_read_inode()
276 unsigned char chunkbits; member