Home
last modified time | relevance | path

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

/linux-6.12.1/fs/erofs/
Dzmap.c79 unsigned int vcnt, u8 *in, int i) in get_compacted_la_distance() argument
84 DBG_BUGON(i >= vcnt); in get_compacted_la_distance()
92 } while (++i < vcnt); in get_compacted_la_distance()
106 unsigned int vcnt, lo, lobits, encodebits, nblk, bytes; in unpack_compacted_index() local
112 vcnt = 2; in unpack_compacted_index()
114 vcnt = 16; in unpack_compacted_index()
123 m->nextpackoff = round_down(pos, vcnt << amortizedshift) + in unpack_compacted_index()
124 (vcnt << amortizedshift); in unpack_compacted_index()
127 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in unpack_compacted_index()
128 bytes = pos & ((vcnt << amortizedshift) - 1); in unpack_compacted_index()
[all …]
Dzdata.c57 unsigned int vcnt; member
709 fe->pcl->vcnt += (ret >= 0); in z_erofs_attach_page()
821 Z_EROFS_INLINE_BVECS, fe->pcl->vcnt); in z_erofs_pcluster_begin()
1118 for (i = 0; i < pcl->vcnt; ++i) { in z_erofs_parse_out_bvecs()
1282 pcl->vcnt = 0; in z_erofs_decompress_pcluster()
/linux-6.12.1/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-6.12.1/drivers/md/
Draid1.c1226 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in alloc_behind_master_bio() local
1230 behind_bio = bio_alloc_bioset(NULL, vcnt, 0, GFP_NOIO, in alloc_behind_master_bio()
1239 while (i < vcnt && size) { in alloc_behind_master_bio()
2243 int vcnt; in process_checks() local
2246 vcnt = (r1_bio->sectors + PAGE_SIZE / 512 - 1) >> (PAGE_SHIFT - 9); in process_checks()
2294 for (j = vcnt; j-- ; ) { in process_checks()
Draid10.c2315 int vcnt; in sync_request_write() local
2334 vcnt = (r10_bio->sectors + (PAGE_SIZE >> 9) - 1) >> (PAGE_SHIFT - 9); in sync_request_write()
2357 for (j = 0; j < vcnt; j++) { in sync_request_write()
2367 if (j == vcnt) in sync_request_write()