Home
last modified time | relevance | path

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

/Linux-v5.10/fs/erofs/
Dzmap.c202 unsigned int vcnt, base, lo, encodebits, nblk; in unpack_compacted_index() local
207 vcnt = 2; in unpack_compacted_index()
209 vcnt = 16; in unpack_compacted_index()
213 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in unpack_compacted_index()
214 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index()
224 if (i + 1 != vcnt) { in unpack_compacted_index()
254 in += (vcnt << amortizedshift) - sizeof(__le32); in unpack_compacted_index()
Dzdata.c65 cl->vcnt = 0; in z_erofs_pcluster_init_once()
295 clt->cl->vcnt += (unsigned int)ret; in z_erofs_attach_page()
417 DBG_BUGON(cl->vcnt); in z_erofs_register_collection()
490 clt->cl->pagevec, clt->cl->vcnt); in z_erofs_collector_begin()
791 for (i = 0; i < cl->vcnt; ++i) { in z_erofs_decompress_pcluster()
929 cl->vcnt = 0; in z_erofs_decompress_pcluster()
Dzdata.h35 unsigned int vcnt; member
/Linux-v5.10/tools/perf/tests/
Dattr.c168 int vcnt = min(verbose, (int) sizeof(v) - 1); in run_dir() local
172 vcnt++; in run_dir()
175 d, d, perf, vcnt, v); in run_dir()
/Linux-v5.10/drivers/md/
Draid1.c1103 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in alloc_behind_master_bio() local
1107 behind_bio = bio_alloc_mddev(GFP_NOIO, vcnt, r1_bio->mddev); in alloc_behind_master_bio()
1119 while (i < vcnt && size) { in alloc_behind_master_bio()
2100 int vcnt; in process_checks() local
2103 vcnt = (r1_bio->sectors + PAGE_SIZE / 512 - 1) >> (PAGE_SHIFT - 9); in process_checks()
2152 for (j = vcnt; j-- ; ) { in process_checks()
Draid10.c1996 int vcnt; in sync_request_write() local
2015 vcnt = (r10_bio->sectors + (PAGE_SIZE >> 9) - 1) >> (PAGE_SHIFT - 9); in sync_request_write()
2038 for (j = 0; j < vcnt; j++) { in sync_request_write()
2048 if (j == vcnt) in sync_request_write()