Searched refs:vcnt (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/fs/erofs/ |
A D | zmap.c | 112 unsigned int vcnt, u8 *in, int i) in get_compacted_la_distance() argument 118 DBG_BUGON(i >= vcnt); in get_compacted_la_distance() 127 } while (++i < vcnt); in get_compacted_la_distance() 148 vcnt = 2; in unpack_compacted_index() 150 vcnt = 16; in unpack_compacted_index() 156 (vcnt << amortizedshift); in unpack_compacted_index() 158 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in unpack_compacted_index() 160 base = round_down(eofs, vcnt << amortizedshift); in unpack_compacted_index() 174 encodebits, vcnt, in, i); in unpack_compacted_index() 183 } else if (i + 1 != (int)vcnt) { in unpack_compacted_index() [all …]
|
A D | zdata.c | 58 unsigned int vcnt; member 737 fe->pcl->vcnt += (ret >= 0); in z_erofs_attach_page() 879 Z_EROFS_INLINE_BVECS, fe->pcl->vcnt); in z_erofs_collector_begin() 1226 for (i = 0; i < pcl->vcnt; ++i) { in z_erofs_parse_out_bvecs() 1393 pcl->vcnt = 0; in z_erofs_decompress_pcluster()
|
/linux-6.3-rc2/tools/perf/tests/ |
A 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.3-rc2/drivers/md/ |
A 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()
|
A 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()
|
Completed in 39 milliseconds