Home
last modified time | relevance | path

Searched refs:vcnt (Results 1 – 2 of 2) sorted by relevance

/fs/erofs/
Dzmap.c115 unsigned int vcnt, u8 *in, int i) in get_compacted_la_distance() argument
120 DBG_BUGON(i >= vcnt); in get_compacted_la_distance()
128 } while (++i < vcnt); in get_compacted_la_distance()
142 unsigned int vcnt, base, lo, lobits, encodebits, nblk, eofs; in unpack_compacted_index() local
148 vcnt = 2; in unpack_compacted_index()
150 vcnt = 16; in unpack_compacted_index()
155 m->nextpackoff = round_down(pos, vcnt << amortizedshift) + in unpack_compacted_index()
156 (vcnt << amortizedshift); in unpack_compacted_index()
159 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in unpack_compacted_index()
161 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index()
[all …]
Dzdata.c58 unsigned int vcnt; member
760 fe->pcl->vcnt += (ret >= 0); in z_erofs_attach_page()
883 Z_EROFS_INLINE_BVECS, fe->pcl->vcnt); in z_erofs_pcluster_begin()
1192 for (i = 0; i < pcl->vcnt; ++i) { in z_erofs_parse_out_bvecs()
1354 pcl->vcnt = 0; in z_erofs_decompress_pcluster()