Searched defs:r10bio (Results 1 – 2 of 2) sorted by relevance
92 struct r10bio { struct93 atomic_t remaining; /* 'have we finished' count,96 sector_t sector; /* virtual sector number */97 int sectors;98 unsigned long state;99 struct mddev *mddev;103 struct bio *master_bio;107 int read_slot;131 /* bits for r10bio.state */ argument
221 struct r10bio *r10bio = __r10_bio; in r10buf_pool_free() local552 static void __raid10_find_phys(struct geom *geo, struct r10bio *r10bio) in __raid10_find_phys()615 static void raid10_find_phys(struct r10conf *conf, struct r10bio *r10bio) in raid10_find_phys()