Home
last modified time | relevance | path

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

/linux/fs/erofs/
A Dzmap.c221 unsigned int vcnt, u8 *in, int i) in get_compacted_la_distance() argument
227 DBG_BUGON(i >= vcnt); in get_compacted_la_distance()
236 } while (++i < vcnt); in get_compacted_la_distance()
251 unsigned int vcnt, base, lo, encodebits, nblk; in unpack_compacted_index() local
257 vcnt = 2; in unpack_compacted_index()
259 vcnt = 16; in unpack_compacted_index()
264 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in unpack_compacted_index()
265 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index()
279 encodebits, vcnt, in, i); in unpack_compacted_index()
288 } else if (i + 1 != (int)vcnt) { in unpack_compacted_index()
[all …]
A Dzdata.h35 unsigned int vcnt; member
A Dzdata.c376 clt->cl->vcnt += (unsigned int)ret; in z_erofs_attach_page()
560 clt->cl->pagevec, clt->cl->vcnt); in z_erofs_collector_begin()
875 for (i = 0; i < cl->vcnt; ++i) { in z_erofs_decompress_pcluster()
1014 cl->vcnt = 0; in z_erofs_decompress_pcluster()
/linux/tools/perf/tests/
A 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/drivers/md/
A 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()
A 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()

Completed in 26 milliseconds