Searched refs:pclustersize (Results 1 – 2 of 2) sorted by relevance
100 unsigned int pclustersize; in erofs_load_compress_hints() local103 pclustersize = atoi(strtok(buf, "\t ")); in erofs_load_compress_hints()110 if (pclustersize % EROFS_BLKSIZ) { in erofs_load_compress_hints()113 pclustersize, cfg.c_pclusterblks_def); in erofs_load_compress_hints()117 pclustersize / EROFS_BLKSIZ); in erofs_load_compress_hints()119 if (pclustersize > max_pclustersize) in erofs_load_compress_hints()120 max_pclustersize = pclustersize; in erofs_load_compress_hints()
177 const unsigned int pclustersize = in vle_compress_one() local181 if (len <= pclustersize) { in vle_compress_one()192 &count, dst, pclustersize); in vle_compress_one()