amortizedshift    196 fs/erofs/zmap.c 				  unsigned int amortizedshift,
amortizedshift    206 fs/erofs/zmap.c 	if (1 << amortizedshift == 4)
amortizedshift    208 fs/erofs/zmap.c 	else if (1 << amortizedshift == 2 && lclusterbits == 12)
amortizedshift    213 fs/erofs/zmap.c 	encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt;
amortizedshift    214 fs/erofs/zmap.c 	base = round_down(eofs, vcnt << amortizedshift);
amortizedshift    217 fs/erofs/zmap.c 	i = (eofs - base) >> amortizedshift;
amortizedshift    254 fs/erofs/zmap.c 	in += (vcnt << amortizedshift) - sizeof(__le32);
amortizedshift    270 fs/erofs/zmap.c 	unsigned int amortizedshift;
amortizedshift    293 fs/erofs/zmap.c 		amortizedshift = 2;
amortizedshift    300 fs/erofs/zmap.c 		amortizedshift = 1;
amortizedshift    305 fs/erofs/zmap.c 	amortizedshift = 2;
amortizedshift    307 fs/erofs/zmap.c 	pos += lcn * (1 << amortizedshift);
amortizedshift    311 fs/erofs/zmap.c 	return unpack_compacted_index(m, amortizedshift, erofs_blkoff(pos));