Searched refs:vcnt (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/erofs/ |
D | zmap.c | 237 unsigned int vcnt, u8 *in, int i) in get_compacted_la_distance() argument 243 DBG_BUGON(i >= vcnt); in get_compacted_la_distance() 252 } while (++i < vcnt); in get_compacted_la_distance() 267 unsigned int vcnt, base, lo, encodebits, nblk, eofs; in unpack_compacted_index() local 273 vcnt = 2; in unpack_compacted_index() 275 vcnt = 16; in unpack_compacted_index() 280 m->nextpackoff = round_down(pos, vcnt << amortizedshift) + in unpack_compacted_index() 281 (vcnt << amortizedshift); in unpack_compacted_index() 283 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in unpack_compacted_index() 285 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index() [all …]
|
D | zdata.h | 57 unsigned int vcnt; member
|
D | zdata.c | 449 fe->pcl->vcnt += (ret >= 0); in z_erofs_attach_page() 591 Z_EROFS_INLINE_BVECS, fe->pcl->vcnt); in z_erofs_collector_begin() 961 for (i = 0; i < pcl->vcnt; ++i) { in z_erofs_parse_out_bvecs() 1128 pcl->vcnt = 0; in z_erofs_decompress_pcluster()
|
/linux-6.1.9/tools/perf/tests/ |
D | attr.c | 169 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.1.9/drivers/md/ |
D | raid1.c | 1127 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in alloc_behind_master_bio() local 1131 behind_bio = bio_alloc_bioset(NULL, vcnt, 0, GFP_NOIO, in alloc_behind_master_bio() 1142 while (i < vcnt && size) { in alloc_behind_master_bio() 2153 int vcnt; in process_checks() local 2156 vcnt = (r1_bio->sectors + PAGE_SIZE / 512 - 1) >> (PAGE_SHIFT - 9); in process_checks() 2204 for (j = vcnt; j-- ; ) { in process_checks()
|
D | raid10.c | 2399 int vcnt; in sync_request_write() local 2418 vcnt = (r10_bio->sectors + (PAGE_SIZE >> 9) - 1) >> (PAGE_SHIFT - 9); in sync_request_write() 2441 for (j = 0; j < vcnt; j++) { in sync_request_write() 2451 if (j == vcnt) in sync_request_write()
|