Home
last modified time | relevance | path

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

/linux-5.10/drivers/md/
Draid10.h120 struct r10bio { struct
121 atomic_t remaining; /* 'have we finished' count,
124 sector_t sector; /* virtual sector number */
125 int sectors;
126 unsigned long state;
127 struct mddev *mddev;
131 struct bio *master_bio;
135 int read_slot;
159 /* bits for r10bio.state */ argument
Draid10.c213 struct r10bio *r10bio = __r10_bio; in r10buf_pool_free() local
561 static void __raid10_find_phys(struct geom *geo, struct r10bio *r10bio) in __raid10_find_phys()
624 static void raid10_find_phys(struct r10conf *conf, struct r10bio *r10bio) in raid10_find_phys()
2788 struct r10bio *r10bio = mempool_alloc(&conf->r10buf_pool, GFP_NOIO); in raid10_alloc_init_r10buf() local