Searched refs:biovec (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid0.c267 * @biovec: the request that could be merged to it.
271 static int raid0_mergeable_bvec(request_queue_t *q, struct bio *bio, struct bio_vec *biovec) argument
281 if (max <= biovec->bv_len && bio_sectors == 0)
282 return biovec->bv_len;
H A Dlinear.c54 * @biovec: the request that could be merged to it.
58 static int linear_mergeable_bvec(request_queue_t *q, struct bio *bio, struct bio_vec *biovec) argument
74 return biovec->bv_len;
H A Draid5.c2639 static int raid5_mergeable_bvec(request_queue_t *q, struct bio *bio, struct bio_vec *biovec) argument
2648 return biovec->bv_len; /* always allow writes to be mergeable */
2652 if (max <= biovec->bv_len && bio_sectors == 0)
2653 return biovec->bv_len;

Completed in 59 milliseconds