Home
last modified time | relevance | path

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

/Linux-v6.6/fs/erofs/
Dzmap.c97 unsigned int vcnt, u8 *in, int i) in get_compacted_la_distance() argument
103 DBG_BUGON(i >= vcnt); in get_compacted_la_distance()
112 } while (++i < vcnt); in get_compacted_la_distance()
127 unsigned int vcnt, base, lo, encodebits, nblk, eofs; in unpack_compacted_index() local
133 vcnt = 2; in unpack_compacted_index()
135 vcnt = 16; in unpack_compacted_index()
140 m->nextpackoff = round_down(pos, vcnt << amortizedshift) + in unpack_compacted_index()
141 (vcnt << amortizedshift); in unpack_compacted_index()
143 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in unpack_compacted_index()
145 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index()
[all …]
Dzdata.c57 unsigned int vcnt; member
756 fe->pcl->vcnt += (ret >= 0); in z_erofs_attach_page()
880 Z_EROFS_INLINE_BVECS, fe->pcl->vcnt); in z_erofs_pcluster_begin()
1179 for (i = 0; i < pcl->vcnt; ++i) { in z_erofs_parse_out_bvecs()
1346 pcl->vcnt = 0; in z_erofs_decompress_pcluster()
/Linux-v6.6/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-v6.6/drivers/md/
Draid1.c1123 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in alloc_behind_master_bio() local
1127 behind_bio = bio_alloc_bioset(NULL, vcnt, 0, GFP_NOIO, in alloc_behind_master_bio()
1138 while (i < vcnt && size) { in alloc_behind_master_bio()
2148 int vcnt; in process_checks() local
2151 vcnt = (r1_bio->sectors + PAGE_SIZE / 512 - 1) >> (PAGE_SHIFT - 9); in process_checks()
2199 for (j = vcnt; j-- ; ) { in process_checks()
Draid10.c2408 int vcnt; in sync_request_write() local
2427 vcnt = (r10_bio->sectors + (PAGE_SIZE >> 9) - 1) >> (PAGE_SHIFT - 9); in sync_request_write()
2450 for (j = 0; j < vcnt; j++) { in sync_request_write()
2460 if (j == vcnt) in sync_request_write()