Searched refs:btrfs_raid_bio (Results 1 – 3 of 3) sorted by relevance
/linux/fs/btrfs/ |
A D | raid56.c | 62 struct btrfs_raid_bio { struct 290 static void steal_rbio(struct btrfs_raid_bio *src, struct btrfs_raid_bio *dest) in steal_rbio() 416 struct btrfs_raid_bio *rbio; in btrfs_clear_rbio_cache() 423 struct btrfs_raid_bio, in btrfs_clear_rbio_cache() 484 struct btrfs_raid_bio, in cache_rbio() 663 struct btrfs_raid_bio *cur; in lock_stripe_add() 965 struct btrfs_raid_bio *rbio; in alloc_rbio() 1636 const struct btrfs_raid_bio *ra = container_of(a, struct btrfs_raid_bio, in plug_cmp() 1638 const struct btrfs_raid_bio *rb = container_of(b, struct btrfs_raid_bio, in plug_cmp() 1652 struct btrfs_raid_bio *cur; in run_plug() [all …]
|
A D | raid56.h | 30 struct btrfs_raid_bio; 38 void raid56_add_scrub_pages(struct btrfs_raid_bio *rbio, struct page *page, 41 struct btrfs_raid_bio *raid56_parity_alloc_scrub_rbio(struct bio *bio, 45 void raid56_parity_submit_scrub_rbio(struct btrfs_raid_bio *rbio); 47 struct btrfs_raid_bio * 50 void raid56_submit_missing_rbio(struct btrfs_raid_bio *rbio);
|
A D | scrub.c | 2207 struct btrfs_raid_bio *rbio; in scrub_missing_raid56_pages() 2827 struct btrfs_raid_bio *rbio; in scrub_parity_check_and_repair()
|
Completed in 15 milliseconds