Home
last modified time | relevance | path

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

/linux/drivers/md/
H A Draid1.h131 struct r1bio { struct
132 atomic_t remaining; /* 'have we finished' count,
135 atomic_t behind_remaining; /* number of write-behind ios remaining
138 sector_t sector;
139 int sectors;
140 unsigned long state;
141 struct mddev *mddev;
167 /* bits for r1bio.state */ argument
H A Draid1.c224 struct r1bio *r1bio = __r1_bio; in r1buf_pool_free() local
2753 struct r1bio *r1bio = mempool_alloc(&conf->r1buf_pool, GFP_NOIO); in raid1_alloc_init_r1buf() local