Home
last modified time | relevance | path

Searched refs:vcnt (Results 1 – 2 of 2) sorted by relevance

/drivers/md/
Draid1.c1115 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT; in alloc_behind_master_bio() local
1119 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() local
2120 vcnt = (r1_bio->sectors + PAGE_SIZE / 512 - 1) >> (PAGE_SHIFT - 9); in process_checks()
2169 for (j = vcnt; j-- ; ) { in process_checks()
Draid10.c2013 int vcnt; in sync_request_write() local
2032 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()