Searched defs:r1bio (Results 1 – 4 of 4) sorted by relevance
151 struct r1bio { struct152 atomic_t remaining; /* 'have we finished' count,155 atomic_t behind_remaining; /* number of write-behind ios remaining158 sector_t sector;159 int sectors;160 unsigned long state;161 struct mddev *mddev;187 /* bits for r1bio.state */ argument
222 struct r1bio *r1bio = __r1_bio; in r1buf_pool_free() local2592 struct r1bio *r1bio = mempool_alloc(&conf->r1buf_pool, GFP_NOIO); in raid1_alloc_init_r1buf() local
150 struct r1bio { struct151 atomic_t remaining; /* 'have we finished' count,154 atomic_t behind_remaining; /* number of write-behind ios remaining157 sector_t sector;158 int sectors;159 unsigned long state;160 struct mddev *mddev;186 /* bits for r1bio.state */ argument
225 struct r1bio *r1bio = __r1_bio; in r1buf_pool_free() local2636 struct r1bio *r1bio = mempool_alloc(&conf->r1buf_pool, GFP_NOIO); in raid1_alloc_init_r1buf() local