clusterpages      170 fs/erofs/zdata.c 	const unsigned int clusterpages = BIT(pcl->clusterbits);
clusterpages      178 fs/erofs/zdata.c 	for (; pages < pcl->compressed_pages + clusterpages; ++pages) {
clusterpages      217 fs/erofs/zdata.c 	const unsigned int clusterpages = BIT(pcl->clusterbits);
clusterpages      224 fs/erofs/zdata.c 	for (i = 0; i < clusterpages; ++i) {
clusterpages      252 fs/erofs/zdata.c 	const unsigned int clusterpages = BIT(pcl->clusterbits);
clusterpages      258 fs/erofs/zdata.c 		for (i = 0; i < clusterpages; ++i) {
clusterpages      280 fs/erofs/zdata.c 	const unsigned int clusterpages = BIT(pcl->clusterbits);
clusterpages      282 fs/erofs/zdata.c 	while (clt->compressedpages < pcl->compressed_pages + clusterpages) {
clusterpages      760 fs/erofs/zdata.c 	const unsigned int clusterpages = BIT(pcl->clusterbits);
clusterpages      842 fs/erofs/zdata.c 	for (i = 0; i < clusterpages; ++i) {
clusterpages      909 fs/erofs/zdata.c 	for (i = 0; i < clusterpages; ++i) {
clusterpages     1231 fs/erofs/zdata.c 		unsigned int clusterpages;
clusterpages     1243 fs/erofs/zdata.c 		clusterpages = BIT(pcl->clusterbits);
clusterpages     1288 fs/erofs/zdata.c 		if (++i < clusterpages)
clusterpages     1291 fs/erofs/zdata.c 		if (bypass < clusterpages)