Home
last modified time | relevance | path

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

/Linux-v5.15/fs/erofs/
Dzmap.c217 unsigned int vcnt, u8 *in, int i) in get_compacted_la_distance() argument
223 DBG_BUGON(i >= vcnt); in get_compacted_la_distance()
232 } while (++i < vcnt); in get_compacted_la_distance()
247 unsigned int vcnt, base, lo, encodebits, nblk; in unpack_compacted_index() local
253 vcnt = 2; in unpack_compacted_index()
255 vcnt = 16; in unpack_compacted_index()
260 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in unpack_compacted_index()
261 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index()
275 encodebits, vcnt, in, i); in unpack_compacted_index()
284 } else if (i + 1 != (int)vcnt) { in unpack_compacted_index()
[all …]
Dzdata.h35 unsigned int vcnt; member
Dzdata.c388 clt->cl->vcnt += (unsigned int)ret; in z_erofs_attach_page()
573 clt->cl->pagevec, clt->cl->vcnt); in z_erofs_collector_begin()
887 for (i = 0; i < cl->vcnt; ++i) { in z_erofs_decompress_pcluster()
1026 cl->vcnt = 0; in z_erofs_decompress_pcluster()
/Linux-v5.15/tools/perf/tests/
Dattr.c169 int vcnt = min(verbose, (int) sizeof(v) - 1); in run_dir() local
173 vcnt++; in run_dir()
176 d, d, perf, vcnt, v); in run_dir()
/Linux-v5.15/drivers/md/
Draid1.c1105 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in alloc_behind_master_bio() local
1109 behind_bio = bio_alloc_bioset(GFP_NOIO, vcnt, &r1_bio->mddev->bio_set); in alloc_behind_master_bio()
1121 while (i < vcnt && size) { in alloc_behind_master_bio()
2125 int vcnt; in process_checks() local
2128 vcnt = (r1_bio->sectors + PAGE_SIZE / 512 - 1) >> (PAGE_SHIFT - 9); in process_checks()
2177 for (j = vcnt; j-- ; ) { in process_checks()
Draid10.c2327 int vcnt; in sync_request_write() local
2346 vcnt = (r10_bio->sectors + (PAGE_SIZE >> 9) - 1) >> (PAGE_SHIFT - 9); in sync_request_write()
2369 for (j = 0; j < vcnt; j++) { in sync_request_write()
2379 if (j == vcnt) in sync_request_write()