Searched defs:r10bio (Results 1 – 2 of 2) sorted by relevance
98 struct r10bio { struct99 atomic_t remaining; /* 'have we finished' count,102 sector_t sector; /* virtual sector number */103 int sectors;104 unsigned long state;105 struct mddev *mddev;109 struct bio *master_bio;113 int read_slot;137 /* bits for r10bio.state */ argument
222 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()