Searched refs:vcnt (Results 1 – 4 of 4) sorted by relevance
/linux/fs/erofs/ |
H A D | zmap.c | 79 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() 110 unsigned int vcnt, lo, lobits, encodebits, nblk, bytes; in z_erofs_load_compact_lcluster() local 143 vcnt = 2; in z_erofs_load_compact_lcluster() 145 vcnt = 16; in z_erofs_load_compact_lcluster() 154 m->nextpackoff = round_down(pos, vcnt << amortizedshift) + in z_erofs_load_compact_lcluster() 155 (vcnt << amortizedshift); in z_erofs_load_compact_lcluster() 157 encodebits = ((vcnt << amortizedshift) - sizeof(__le32)) * 8 / vcnt; in z_erofs_load_compact_lcluster() 158 bytes = pos & ((vcnt << amortizedshift) - 1); in z_erofs_load_compact_lcluster() [all …]
|
H A D | zdata.c | 54 unsigned int vcnt; member 688 fe->pcl->vcnt += (ret >= 0); in z_erofs_attach_page() 828 Z_EROFS_INLINE_BVECS, fe->pcl->vcnt); in z_erofs_pcluster_begin() 1188 for (i = 0; i < pcl->vcnt; ++i) { in z_erofs_parse_out_bvecs() 1354 pcl->vcnt = 0; in z_erofs_decompress_pcluster()
|
/linux/drivers/md/ |
H A D | raid1.c | 1222 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in alloc_behind_master_bio() local 1226 behind_bio = bio_alloc_bioset(NULL, vcnt, 0, GFP_NOIO, in alloc_behind_master_bio() 1235 while (i < vcnt && size) { in alloc_behind_master_bio() 2272 int vcnt; in process_checks() local 2275 vcnt = (r1_bio->sectors + PAGE_SIZE / 512 - 1) >> (PAGE_SHIFT - 9); in process_checks() 2323 for (j = vcnt; j-- ; ) { in process_checks()
|
H A D | raid10.c | 2354 int vcnt; in sync_request_write() local 2373 vcnt = (r10_bio->sectors + (PAGE_SIZE >> 9) - 1) >> (PAGE_SHIFT - 9); in sync_request_write() 2396 for (j = 0; j < vcnt; j++) { in sync_request_write() 2406 if (j == vcnt) in sync_request_write()
|