Home
last modified time | relevance | path

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

/openbmc/linux/fs/erofs/
H A Dzmap.c96 unsigned int vcnt, u8 *in, int i) in get_compacted_la_distance() argument
101 DBG_BUGON(i >= vcnt); in get_compacted_la_distance()
109 } while (++i < vcnt); in get_compacted_la_distance()
129 vcnt = 2; in unpack_compacted_index()
131 vcnt = 16; in unpack_compacted_index()
137 (vcnt << amortizedshift); in unpack_compacted_index()
140 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in unpack_compacted_index()
142 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index()
155 encodebits, vcnt, in, i); in unpack_compacted_index()
164 } else if (i + 1 != (int)vcnt) { in unpack_compacted_index()
[all …]
H A 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()
1180 for (i = 0; i < pcl->vcnt; ++i) { in z_erofs_parse_out_bvecs()
1346 pcl->vcnt = 0; in z_erofs_decompress_pcluster()
/openbmc/linux/tools/perf/tests/
H 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()
/openbmc/linux/drivers/md/
H A 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()
H A 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()