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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid10.c63 r10bio_t *r10_bio; local
67 r10_bio = kzalloc(size, gfp_flags);
68 if (!r10_bio)
71 return r10_bio;
74 static void r10bio_pool_free(void *r10_bio, void *data) argument
76 kfree(r10_bio);
96 r10bio_t *r10_bio; local
101 r10_bio = r10bio_pool_alloc(gfp_flags, conf);
102 if (!r10_bio) {
119 r10_bio
172 put_all_bios(conf_t *conf, r10bio_t *r10_bio) argument
184 free_r10bio(r10bio_t *r10_bio) argument
198 put_buf(r10bio_t *r10_bio) argument
207 reschedule_retry(r10bio_t *r10_bio) argument
226 raid_end_bio_io(r10bio_t *r10_bio) argument
238 update_head_pos(int slot, r10bio_t *r10_bio) argument
249 r10bio_t * r10_bio = (r10bio_t *)(bio->bi_private); local
293 r10bio_t * r10_bio = (r10bio_t *)(bio->bi_private); local
488 read_balance(conf_t *conf, r10bio_t *r10_bio) argument
776 r10bio_t *r10_bio; local
1149 r10bio_t * r10_bio = (r10bio_t *)(bio->bi_private); local
1190 r10bio_t * r10_bio = (r10bio_t *)(bio->bi_private); local
1239 sync_request_write(mddev_t *mddev, r10bio_t *r10_bio) argument
1342 recovery_request_write(mddev_t *mddev, r10bio_t *r10_bio) argument
1378 fix_read_error(conf_t *conf, mddev_t *mddev, r10bio_t *r10_bio) argument
1490 r10bio_t *r10_bio; local
1640 r10bio_t *r10_bio; local
[all...]

Completed in 95 milliseconds