Searched refs:vcnt (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/erofs/ |
| H A D | zmap.c | 74 unsigned int vcnt, u8 *in, int i) in get_compacted_la_distance() argument 79 DBG_BUGON(i >= vcnt); in get_compacted_la_distance() 87 } while (++i < vcnt); in get_compacted_la_distance() 105 unsigned int vcnt, lo, lobits, encodebits, nblk, bytes; in z_erofs_load_compact_lcluster() local 138 vcnt = 2; in z_erofs_load_compact_lcluster() 140 vcnt = 16; in z_erofs_load_compact_lcluster() 149 m->nextpackoff = round_down(pos, vcnt << amortizedshift) + in z_erofs_load_compact_lcluster() 150 (vcnt << amortizedshift); in z_erofs_load_compact_lcluster() 152 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in z_erofs_load_compact_lcluster() 153 bytes = pos & ((vcnt << amortizedshift) - 1); in z_erofs_load_compact_lcluster() [all …]
|
| H A D | zdata.c | 55 unsigned int vcnt; member 718 fe->pcl->vcnt += (ret >= 0); in z_erofs_attach_page() 862 Z_EROFS_INLINE_BVECS, fe->pcl->vcnt); in z_erofs_pcluster_begin() 1199 for (i = 0; i < pcl->vcnt; ++i) { in z_erofs_parse_out_bvecs() 1379 pcl->vcnt = 0; in z_erofs_decompress_pcluster()
|
| /linux/block/ |
| H A D | bio.c | 306 unsigned short vcnt = bio->bi_vcnt, i; in bio_reuse() local 315 for (i = 0; i < vcnt; i++) in bio_reuse() 317 bio->bi_vcnt = vcnt; in bio_reuse()
|
| /linux/drivers/md/ |
| H A D | raid1.c | 1246 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in alloc_behind_master_bio() local 1250 behind_bio = bio_alloc_bioset(NULL, vcnt, bio->bi_opf, GFP_NOIO, in alloc_behind_master_bio() 1259 while (i < vcnt && size) { in alloc_behind_master_bio() 2271 int vcnt; in process_checks() local 2274 vcnt = (r1_bio->sectors + PAGE_SIZE / 512 - 1) >> (PAGE_SHIFT - 9); in process_checks() 2322 for (j = vcnt; j-- ; ) { in process_checks()
|
| H A D | raid10.c | 2346 int vcnt; in sync_request_write() local 2365 vcnt = (r10_bio->sectors + (PAGE_SIZE >> 9) - 1) >> (PAGE_SHIFT - 9); in sync_request_write() 2388 for (j = 0; j < vcnt; j++) { in sync_request_write() 2398 if (j == vcnt) in sync_request_write()
|