Home
last modified time | relevance | path

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

/Linux-v4.19/fs/btrfs/
Draid56.c45 struct btrfs_raid_bio { struct
161 static int __raid56_parity_recover(struct btrfs_raid_bio *rbio); argument
162 static noinline void finish_rmw(struct btrfs_raid_bio *rbio);
165 static int fail_bio_stripe(struct btrfs_raid_bio *rbio, struct bio *bio);
166 static int fail_rbio_index(struct btrfs_raid_bio *rbio, int failed);
167 static void __free_raid_bio(struct btrfs_raid_bio *rbio);
168 static void index_rbio_pages(struct btrfs_raid_bio *rbio);
169 static int alloc_rbio_pages(struct btrfs_raid_bio *rbio);
171 static noinline void finish_parity_scrub(struct btrfs_raid_bio *rbio,
175 static void start_async_work(struct btrfs_raid_bio *rbio, btrfs_func_t work_func) in start_async_work()
[all …]
Draid56.h30 struct btrfs_raid_bio;
39 void raid56_add_scrub_pages(struct btrfs_raid_bio *rbio, struct page *page,
42 struct btrfs_raid_bio *
47 void raid56_parity_submit_scrub_rbio(struct btrfs_raid_bio *rbio);
49 struct btrfs_raid_bio *
52 void raid56_submit_missing_rbio(struct btrfs_raid_bio *rbio);
Dscrub.c2147 struct btrfs_raid_bio *rbio; in scrub_missing_raid56_pages()
2732 struct btrfs_raid_bio *rbio; in scrub_parity_check_and_repair()