lclusterbits      200 fs/erofs/zmap.c 	const unsigned int lclusterbits = vi->z_logical_clusterbits;
lclusterbits      201 fs/erofs/zmap.c 	const unsigned int lomask = (1 << lclusterbits) - 1;
lclusterbits      208 fs/erofs/zmap.c 	else if (1 << amortizedshift == 2 && lclusterbits == 12)
lclusterbits      219 fs/erofs/zmap.c 	lo = decode_compactedbits(lclusterbits, lomask,
lclusterbits      223 fs/erofs/zmap.c 		m->clusterofs = 1 << lclusterbits;
lclusterbits      233 fs/erofs/zmap.c 		lo = decode_compactedbits(lclusterbits, lomask,
lclusterbits      246 fs/erofs/zmap.c 		lo = decode_compactedbits(lclusterbits, lomask,
lclusterbits      264 fs/erofs/zmap.c 	const unsigned int lclusterbits = vi->z_logical_clusterbits;
lclusterbits      274 fs/erofs/zmap.c 	if (lclusterbits != 12)
lclusterbits      333 fs/erofs/zmap.c 	const unsigned int lclusterbits = vi->z_logical_clusterbits;
lclusterbits      364 fs/erofs/zmap.c 		map->m_la = (lcn << lclusterbits) | m->clusterofs;
lclusterbits      386 fs/erofs/zmap.c 	unsigned int lclusterbits, endoff;
lclusterbits      403 fs/erofs/zmap.c 	lclusterbits = vi->z_logical_clusterbits;
lclusterbits      405 fs/erofs/zmap.c 	m.lcn = ofs >> lclusterbits;
lclusterbits      406 fs/erofs/zmap.c 	endoff = ofs & ((1 << lclusterbits) - 1);
lclusterbits      413 fs/erofs/zmap.c 	end = (m.lcn + 1ULL) << lclusterbits;
lclusterbits      422 fs/erofs/zmap.c 			map->m_la = (m.lcn << lclusterbits) | m.clusterofs;
lclusterbits      433 fs/erofs/zmap.c 		end = (m.lcn << lclusterbits) | m.clusterofs;
lclusterbits      452 fs/erofs/zmap.c 	map->m_plen = 1 << lclusterbits;