/linux-4.1.27/drivers/md/ |
D | multipath.c | 150 conf->raid_disks - mddev->degraded); in multipath_status() 188 if (conf->raid_disks - mddev->degraded <= 1) { in multipath_error() 205 mddev->degraded++; in multipath_error() 215 conf->raid_disks - mddev->degraded); in multipath_error() 228 printk(" --- wd:%d rd:%d\n", conf->raid_disks - conf->mddev->degraded, in print_multipath_conf() 275 mddev->degraded--; in multipath_add_disk() 460 mddev->degraded = conf->raid_disks - working_disks; in multipath_run() 483 mdname(mddev), conf->raid_disks - mddev->degraded, in multipath_run()
|
D | raid0.c | 566 if (mddev->degraded != 1) { in raid0_takeover_raid45() 569 mddev->degraded); in raid0_takeover_raid45() 617 if (mddev->degraded != (mddev->raid_disks>>1)) { in raid0_takeover_raid10() 629 mddev->degraded = 0; in raid0_takeover_raid10() 645 if ((mddev->raid_disks - 1) != mddev->degraded) { in raid0_takeover_raid1()
|
D | raid1.c | 337 if (r1_bio->mddev->degraded == conf->raid_disks || in raid1_end_read_request() 338 (r1_bio->mddev->degraded == conf->raid_disks-1 && in raid1_end_read_request() 1463 conf->raid_disks - mddev->degraded); in status() 1487 && (conf->raid_disks - mddev->degraded) == 1) { in error() 1500 mddev->degraded++; in error() 1514 mdname(mddev), conf->raid_disks - mddev->degraded); in error() 1526 printk(KERN_DEBUG " --- wd:%d rd:%d\n", conf->raid_disks - conf->mddev->degraded, in print_conf() 1604 mddev->degraded -= count; in raid1_spare_active() 1705 mddev->degraded < conf->raid_disks) { in raid1_remove_disk() 2928 mddev->degraded = 0; in run() [all …]
|
D | bitmap.h | 255 int bitmap_start_sync(struct bitmap *bitmap, sector_t offset, sector_t *blocks, int degraded);
|
D | raid10.c | 1594 conf->geo.raid_disks - mddev->degraded); in status() 1676 mddev->degraded++; in error() 1689 mdname(mddev), conf->geo.raid_disks - mddev->degraded); in error() 1702 printk(KERN_DEBUG " --- wd:%d rd:%d\n", conf->geo.raid_disks - conf->mddev->degraded, in print_conf() 1766 mddev->degraded -= count; in raid10_spare_active() 3243 &sync_blocks, mddev->degraded) && in sync_request() 3701 mddev->degraded = 0; in run() 3719 mddev->degraded++; in run() 3733 mdname(mddev), conf->geo.raid_disks - mddev->degraded, in run() 3875 if (mddev->degraded > 0) { in raid10_takeover_raid0() [all …]
|
D | raid5.c | 591 int degraded, degraded2; in calc_degraded() local 595 degraded = 0; in calc_degraded() 601 degraded++; in calc_degraded() 615 degraded++; in calc_degraded() 619 return degraded; in calc_degraded() 640 if (degraded2 > degraded) in calc_degraded() 642 return degraded; in calc_degraded() 647 int degraded; in has_failed() local 650 return conf->mddev->degraded > conf->max_degraded; in has_failed() 652 degraded = calc_degraded(conf); in has_failed() [all …]
|
D | bitmap.c | 1446 if (success && !bitmap->mddev->degraded && in bitmap_endwrite() 1475 int degraded) in __bitmap_start_sync() argument 1492 if (!degraded) { /* don't set/clear bits if degraded */ in __bitmap_start_sync() 1503 int degraded) in bitmap_start_sync() argument 1518 &blocks1, degraded); in bitmap_start_sync() 1835 if (mddev->degraded == 0 in bitmap_load() 2391 if (mddev->degraded) in can_clear_store()
|
D | md.h | 373 int degraded; /* whether md should consider member
|
D | md.c | 2277 if (mddev->degraded) in md_update_sb() 2406 if (mddev->degraded) in add_bound_rdev() 3451 mddev->degraded = 0; in level_store() 4352 return sprintf(page, "%d\n", mddev->degraded); in degraded_show() 4354 static struct md_sysfs_entry md_degraded = __ATTR_RO(degraded); 5300 mddev->degraded = 0; in md_clean() 7048 if (mddev->degraded) in md_error() 8265 if (!mddev->degraded) in md_reap_sync_thread()
|
/linux-4.1.27/Documentation/ |
D | md.txt | 54 Boot time assembly of degraded/dirty arrays 57 If a raid5 or raid6 array is both dirty and degraded, it could have 60 is degraded means that some datablocks are missing and cannot reliably 71 when set to 1, bypassed the checks and will allows dirty degraded 74 So, to boot with a root filesystem of a dirty degraded raid[56], use 337 degraded array, or if the array becomes degraded during a write. 339 once the array becomes non-degraded, and this fact has been 523 degraded 525 arrays is degraded. So an optimal array will show '0'. A
|
D | kernel-parameters.txt | 2374 performance of saving the states is degraded because
|
/linux-4.1.27/Documentation/networking/ |
D | ipvlan.txt | 59 puts the NIC in promiscous mode and degraded performance is a concern.
|
D | cxgb.txt | 300 is handling 10Gb networking can switch between CPUs causing degraded
|
/linux-4.1.27/Documentation/filesystems/ |
D | btrfs.txt | 91 degraded
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.megaraid_sas | 105 1. Fix reglockFlags for degraded raid5/6 for MR 9360/9380. 130 1. Fix FastPath I/O to work with degraded RAID 1.
|
/linux-4.1.27/Documentation/PCI/ |
D | pcieaer-howto.txt | 95 of those errors, which may result in degraded performance or function
|
/linux-4.1.27/Documentation/device-mapper/ |
D | cache.txt | 203 passthrough : a degraded mode useful for various cache coherency
|
/linux-4.1.27/arch/x86/math-emu/ |
D | README | 289 give much degraded precision. For example, the integer number
|
/linux-4.1.27/Documentation/arm64/ |
D | acpi_object_usage.txt | 533 system can continue correct operation, even if possibly degraded. The NMI is
|
/linux-4.1.27/mm/ |
D | Kconfig | 40 can have degraded performance from the extra overhead that
|
/linux-4.1.27/Documentation/blockdev/ |
D | README.DAC960 | 489 the logical drives in a performance degraded mode until the failed drive is
|