Searched refs:btrfs_raid_bio (Results 1 – 3 of 3) sorted by relevance
69 struct btrfs_raid_bio { struct179 static int __raid56_parity_recover(struct btrfs_raid_bio *rbio); argument180 static noinline void finish_rmw(struct btrfs_raid_bio *rbio);183 static void async_rmw_stripe(struct btrfs_raid_bio *rbio);184 static void async_read_rebuild(struct btrfs_raid_bio *rbio);185 static int fail_bio_stripe(struct btrfs_raid_bio *rbio, struct bio *bio);186 static int fail_rbio_index(struct btrfs_raid_bio *rbio, int failed);187 static void __free_raid_bio(struct btrfs_raid_bio *rbio);188 static void index_rbio_pages(struct btrfs_raid_bio *rbio);189 static int alloc_rbio_pages(struct btrfs_raid_bio *rbio);[all …]
42 struct btrfs_raid_bio;51 struct btrfs_raid_bio *56 void raid56_parity_add_scrub_pages(struct btrfs_raid_bio *rbio,58 void raid56_parity_submit_scrub_rbio(struct btrfs_raid_bio *rbio);
2683 struct btrfs_raid_bio *rbio; in scrub_parity_check_and_repair()