Searched refs:scrub_dev (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/edac/ |
| H A D | scrub.c | 157 static int scrub_create_desc(struct device *scrub_dev, in scrub_create_desc() argument 172 scrub_ctx = devm_kzalloc(scrub_dev, sizeof(*scrub_ctx), GFP_KERNEL); in scrub_create_desc() 203 int edac_scrub_get_desc(struct device *scrub_dev, in edac_scrub_get_desc() argument 206 if (!scrub_dev || !attr_groups) in edac_scrub_get_desc() 209 return scrub_create_desc(scrub_dev, attr_groups, instance); in edac_scrub_get_desc()
|
| /linux/fs/btrfs/ |
| H A D | scrub.c | 2117 struct btrfs_device *scrub_dev, in scrub_raid56_cached_parity() argument 2143 rbio = raid56_parity_alloc_scrub_rbio(&bio, bioc, scrub_dev, extent_bitmap, in scrub_raid56_cached_parity() 2167 struct btrfs_device *scrub_dev, in scrub_raid56_parity_stripe() argument 2297 return scrub_raid56_cached_parity(sctx, scrub_dev, map, full_stripe_start, in scrub_raid56_parity_stripe() 2441 struct btrfs_device *scrub_dev, in scrub_stripe() argument 2509 scrub_dev, map->stripes[stripe_index].physical, in scrub_stripe() 2515 ret = scrub_simple_stripe(sctx, bg, map, scrub_dev, stripe_index); in scrub_stripe() 2544 ret = scrub_raid56_parity_stripe(sctx, scrub_dev, bg, in scrub_stripe() 2564 scrub_dev, physical, 1); in scrub_stripe() 2602 struct btrfs_device *scrub_dev, in scrub_chunk() argument [all …]
|
| H A D | raid56.c | 2571 struct btrfs_device *scrub_dev, in raid56_parity_alloc_scrub_rbio() argument 2595 if (bioc->stripes[i].dev == scrub_dev) { in raid56_parity_alloc_scrub_rbio()
|
| /linux/include/linux/ |
| H A D | edac.h | 702 int edac_scrub_get_desc(struct device *scrub_dev, 706 static inline int edac_scrub_get_desc(struct device *scrub_dev, in edac_scrub_get_desc() argument
|