Searched refs:vcnt (Results 1 – 2 of 2) sorted by relevance
1115 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in alloc_behind_master_bio() local1119 behind_bio = bio_alloc_mddev(GFP_NOIO, vcnt, r1_bio->mddev); in alloc_behind_master_bio()1131 while (i < vcnt && size) { in alloc_behind_master_bio()2117 int vcnt; in process_checks() local2120 vcnt = (r1_bio->sectors + PAGE_SIZE / 512 - 1) >> (PAGE_SHIFT - 9); in process_checks()2169 for (j = vcnt; j-- ; ) { in process_checks()
2013 int vcnt; in sync_request_write() local2032 vcnt = (r10_bio->sectors + (PAGE_SIZE >> 9) - 1) >> (PAGE_SHIFT - 9); in sync_request_write()2055 for (j = 0; j < vcnt; j++) { in sync_request_write()2065 if (j == vcnt) in sync_request_write()