Lines Matching refs:size
133 int size = offsetof(struct r1bio, bios[pi->raid_disks]);
136 return kzalloc(size, gfp_flags);
721 * If buffered sequential IO size exceeds optimal
727 * first disk has IO size exceeds optimal iosize. In
1102 int size = bio->bi_iter.bi_size;
1103 unsigned vcnt = (size + PAGE_SIZE - 1) >> PAGE_SHIFT;
1113 behind_bio->bi_iter.bi_size = size;
1119 while (i < vcnt && size) {
1121 int len = min_t(int, PAGE_SIZE, size);
1129 size -= len;
1558 * There is a limit to the maximum size, but
3335 * raid5 with 2 devices, any layout or chunk size
3369 .size = raid1_size,