Searched defs:rbio (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | raid56.c | 62 const struct btrfs_raid_bio *rbio) in btrfs_dump_rbio() 75 #define ASSERT_RBIO(expr, rbio) \ argument 86 #define ASSERT_RBIO_STRIPE(expr, rbio, stripe_nr) \ argument 98 #define ASSERT_RBIO_SECTOR(expr, rbio, sector_nr) \ argument 110 #define ASSERT_RBIO_LOGICAL(expr, rbio, logical) \ argument 150 static void free_raid_bio_pointers(struct btrfs_raid_bio *rbio) in free_raid_bio_pointers() 160 static void free_raid_bio(struct btrfs_raid_bio *rbio) in free_raid_bio() 183 static void start_async_work(struct btrfs_raid_bio *rbio, work_func_t work_func) in start_async_work() 231 static void memcpy_from_bio_to_stripe(struct btrfs_raid_bio *rbio, unsigned int sector_nr) in memcpy_from_bio_to_stripe() 258 static void cache_rbio_pages(struct btrfs_raid_bio *rbio) in cache_rbio_pages() [all …]
|
| H A D | scrub.c | 2125 struct btrfs_raid_bio *rbio; in scrub_raid56_cached_parity() local
|
| /linux/drivers/md/ |
| H A D | raid1-10.c | 33 static void rbio_pool_free(void *rbio, void *data) in rbio_pool_free()
|
| H A D | raid10.c | 181 struct bio *rbio = r10_bio->devs[j].repl_bio; in r10buf_pool_alloc() local 1782 struct bio *mbio, *rbio = NULL; in raid10_handle_discard() local
|