Searched defs:r10bio (Results 1 – 2 of 2) sorted by relevance
81 struct r10bio { struct82 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 …]
183 struct r10bio *r10bio = __r10_bio; in r10buf_pool_free() local517 static void raid10_find_phys(struct r10conf *conf, struct r10bio *r10bio) in raid10_find_phys()