Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/md/
Draid1.h150 struct r1bio { struct
151 atomic_t remaining; /* 'have we finished' count,
154 atomic_t behind_remaining; /* number of write-behind ios remaining
157 sector_t sector;
158 int sectors;
159 unsigned long state;
160 unsigned long start_time;
161 struct mddev *mddev;
187 /* bits for r1bio.state */ argument
Draid1.c225 struct r1bio *r1bio = __r1_bio; in r1buf_pool_free() local
2639 struct r1bio *r1bio = mempool_alloc(&conf->r1buf_pool, GFP_NOIO); in raid1_alloc_init_r1buf() local