Home
last modified time | relevance | path

Searched defs:r10bio (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/md/
Draid10.h81 struct r10bio { struct
82 atomic_t remaining; /* 'have we finished' count,
85 sector_t sector; /* virtual sector number */
86 int sectors;
87 unsigned long state;
88 struct mddev *mddev;
92 struct bio *master_bio;
96 int read_slot;
98 struct list_head retry_list;
107 struct r10dev {
[all …]
Draid10.c183 struct r10bio *r10bio = __r10_bio; in r10buf_pool_free() local
517 static void raid10_find_phys(struct r10conf *conf, struct r10bio *r10bio) in raid10_find_phys()