Home
last modified time | relevance | path

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

/Linux-v5.4/fs/btrfs/
Draid56.c61 struct btrfs_raid_bio { struct
177 static int __raid56_parity_recover(struct btrfs_raid_bio *rbio); argument
178 static noinline void finish_rmw(struct btrfs_raid_bio *rbio);
181 static int fail_bio_stripe(struct btrfs_raid_bio *rbio, struct bio *bio);
182 static int fail_rbio_index(struct btrfs_raid_bio *rbio, int failed);
183 static void __free_raid_bio(struct btrfs_raid_bio *rbio);
184 static void index_rbio_pages(struct btrfs_raid_bio *rbio);
185 static int alloc_rbio_pages(struct btrfs_raid_bio *rbio);
187 static noinline void finish_parity_scrub(struct btrfs_raid_bio *rbio,
191 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.c2171 struct btrfs_raid_bio *rbio; in scrub_missing_raid56_pages()
2756 struct btrfs_raid_bio *rbio; in scrub_parity_check_and_repair()