Home
last modified time | relevance | path

Searched refs:btrfs_raid_bio (Results 1 – 1 of 1) sorted by relevance

/fs/btrfs/
Draid56.c64 struct btrfs_raid_bio { struct
167 static int __raid56_parity_recover(struct btrfs_raid_bio *rbio); argument
168 static noinline void finish_rmw(struct btrfs_raid_bio *rbio);
171 static void async_rmw_stripe(struct btrfs_raid_bio *rbio);
172 static void async_read_rebuild(struct btrfs_raid_bio *rbio);
173 static int fail_bio_stripe(struct btrfs_raid_bio *rbio, struct bio *bio);
174 static int fail_rbio_index(struct btrfs_raid_bio *rbio, int failed);
175 static void __free_raid_bio(struct btrfs_raid_bio *rbio);
176 static void index_rbio_pages(struct btrfs_raid_bio *rbio);
177 static int alloc_rbio_pages(struct btrfs_raid_bio *rbio);
[all …]