Searched refs:scrub_dev (Results 1 – 3 of 3) sorted by relevance
/fs/btrfs/ |
D | scrub.c | 125 struct btrfs_device *scrub_dev; member 2850 length, sparity->scrub_dev, in scrub_parity_check_and_repair() 2938 sparity->scrub_dev = sdev; in scrub_raid56_parity() 3165 struct btrfs_device *scrub_dev, in scrub_stripe() argument 3344 ret = scrub_raid56_parity(sctx, map, scrub_dev, in scrub_stripe() 3467 extent_dev = scrub_dev; in scrub_stripe() 3516 map, scrub_dev, ppath, in scrub_stripe() 3579 struct btrfs_device *scrub_dev, in scrub_chunk() argument 3616 if (map->stripes[i].dev->bdev == scrub_dev->bdev && in scrub_chunk() 3618 ret = scrub_stripe(sctx, map, scrub_dev, i, in scrub_chunk() [all …]
|
D | raid56.h | 45 struct btrfs_device *scrub_dev,
|
D | raid56.c | 2266 struct btrfs_device *scrub_dev, in raid56_parity_alloc_scrub_rbio() argument 2289 if (bioc->stripes[i].dev == scrub_dev) { in raid56_parity_alloc_scrub_rbio()
|