Searched defs:r10bio (Results 1 – 2 of 2) sorted by relevance
114 struct r10bio { struct115 atomic_t remaining; /* 'have we finished' count,118 sector_t sector; /* virtual sector number */119 int sectors;120 unsigned long state;121 struct mddev *mddev;125 struct bio *master_bio;129 int read_slot;153 /* bits for r10bio.state */ argument
242 struct r10bio *r10bio = __r10_bio; in r10buf_pool_free() local595 static void __raid10_find_phys(struct geom *geo, struct r10bio *r10bio) in __raid10_find_phys()658 static void raid10_find_phys(struct r10conf *conf, struct r10bio *r10bio) in raid10_find_phys()1530 static void raid_end_discard_bio(struct r10bio *r10bio) in raid_end_discard_bio()3045 struct r10bio *r10bio = mempool_alloc(&conf->r10buf_pool, GFP_NOIO); in raid10_alloc_init_r10buf() local