Lines Matching defs:pclusterpages
75 unsigned short pclusterpages;
120 return pcl->pclusterpages;
315 pcl->pclusterpages = nrpages;
323 unsigned int pclusterpages = z_erofs_pclusterpages(pcl);
329 if (pclusterpages > pcs->maxpages)
575 for (i = 0; i < pcl->pclusterpages; ++i) {
636 for (i = 0; i < pcl->pclusterpages; ++i) {
672 for (i = 0; i < pcl->pclusterpages; ++i) {
1201 unsigned int pclusterpages = z_erofs_pclusterpages(pcl);
1205 for (i = 0; i < pclusterpages; ++i) {
1244 unsigned int pclusterpages = z_erofs_pclusterpages(pcl);
1266 if (pclusterpages + be->onstack_used <= Z_EROFS_ONSTACK_PAGES)
1275 kvcalloc(pclusterpages, sizeof(struct page *),
1288 inputsize = pclusterpages * PAGE_SIZE;
1311 for (i = 0; i < pclusterpages; ++i) {
1677 end = cur + pcl->pclusterpages;