Searched refs:scrub_dev (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/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() 202 int edac_scrub_get_desc(struct device *scrub_dev, in edac_scrub_get_desc() argument 205 if (!scrub_dev || !attr_groups) in edac_scrub_get_desc() 208 return scrub_create_desc(scrub_dev, attr_groups, instance); in edac_scrub_get_desc()
|
| /linux-6.15/fs/btrfs/ |
| H A D | scrub.c | 1948 struct btrfs_device *scrub_dev, in scrub_raid56_parity_stripe() argument 2253 struct btrfs_device *scrub_dev, in scrub_stripe() argument 2322 scrub_dev, map->stripes[stripe_index].physical, in scrub_stripe() 2377 scrub_dev, physical, 1); in scrub_stripe() 2417 struct btrfs_device *scrub_dev, in scrub_chunk() argument 2499 key.objectid = scrub_dev->devid; in scrub_enumerate_chunks() 2529 if (found_key.objectid != scrub_dev->devid) in scrub_enumerate_chunks() 2805 struct btrfs_device *scrub_dev) in scrub_supers() argument 2826 if (scrub_dev->fs_devices != fs_info->fs_devices) in scrub_supers() 2827 gen = scrub_dev->generation; in scrub_supers() [all …]
|
| H A D | raid56.h | 200 struct btrfs_device *scrub_dev,
|
| H A D | raid56.c | 2446 struct btrfs_device *scrub_dev, in raid56_parity_alloc_scrub_rbio() argument 2470 if (bioc->stripes[i].dev == scrub_dev) { in raid56_parity_alloc_scrub_rbio()
|
| /linux-6.15/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
|