Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzmap.c75 unsigned int vcnt, u8 *in, int i) in get_compacted_la_distance() argument
80 DBG_BUGON(i >= vcnt); in get_compacted_la_distance()
88 } while (++i < vcnt); in get_compacted_la_distance()
106 unsigned int vcnt, lo, lobits, encodebits, nblk, bytes; in z_erofs_load_compact_lcluster() local
139 vcnt = 2; in z_erofs_load_compact_lcluster()
141 vcnt = 16; in z_erofs_load_compact_lcluster()
150 m->nextpackoff = round_down(pos, vcnt << amortizedshift) + in z_erofs_load_compact_lcluster()
151 (vcnt << amortizedshift); in z_erofs_load_compact_lcluster()
153 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in z_erofs_load_compact_lcluster()
154 bytes = pos & ((vcnt << amortizedshift) - 1); in z_erofs_load_compact_lcluster()
[all …]