/Linux-v5.10/drivers/md/ |
D | md-faulty.c | 3 * faulty.c : Multiple Devices driver for Linux 12 * The "faulty" personality causes some requests to fail. 30 * persisting-faulty blocks. When a new fault is requested that would 336 .name = "faulty", 361 MODULE_ALIAS("md-personality-10"); /* faulty */ 362 MODULE_ALIAS("md-faulty");
|
D | Makefile | 29 faulty-y += md-faulty.o 42 obj-$(CONFIG_MD_FAULTY) += faulty.o
|
D | md.h | 75 * Not working: faulty==1 in_sync==0 76 * Fully working: faulty==0 in_sync==1 79 * faulty==0 in_sync==0 81 * It can never have faulty==1, in_sync==1 143 Faulty, /* device is known to have a fault */ enumerator 195 * this device was known to be faulty, 578 /* error_handler must set ->faulty and clear ->in_sync 773 int faulty = test_bit(Faulty, &rdev->flags); in rdev_dec_pending() local 774 if (atomic_dec_and_test(&rdev->nr_pending) && faulty) { in rdev_dec_pending()
|
D | raid10.c | 471 * When the device is faulty, it is not necessary to in raid10_end_write_request() 476 if (!test_bit(Faulty, &rdev->flags)) in raid10_end_write_request() 499 * rebuilding or Faulty. This is because we cannot use in raid10_end_write_request() 506 !test_bit(Faulty, &rdev->flags)) in raid10_end_write_request() 753 if (rdev == NULL || test_bit(Faulty, &rdev->flags) || in read_balance() 757 test_bit(Faulty, &rdev->flags)) in read_balance() 888 if (test_bit(Faulty, &rdev->flags)) { in flush_pending_writes() 1081 if (test_bit(Faulty, &rdev->flags)) { in raid10_unplug() 1364 if (rdev && (test_bit(Faulty, &rdev->flags))) in raid10_write_request() 1366 if (rrdev && (test_bit(Faulty, &rrdev->flags))) in raid10_write_request() [all …]
|
D | md-multipath.c | 39 !test_bit(Faulty, &rdev->flags)) { in multipath_map() 181 set_bit(Faulty, &rdev->flags); in multipath_error() 207 i,!test_bit(Faulty, &tmp->rdev->flags), in print_multipath_conf() 389 if (!test_bit(Faulty, &rdev->flags)) in multipath_run()
|
D | raid1.c | 473 * When the device is faulty, it is not necessary to in raid1_end_write_request() 478 if (!test_bit(Faulty, &rdev->flags)) in raid1_end_write_request() 503 * rebuilding or Faulty. This is because we cannot use in raid1_end_write_request() 510 !test_bit(Faulty, &rdev->flags)) in raid1_end_write_request() 644 || test_bit(Faulty, &rdev->flags)) in read_balance() 800 if (test_bit(Faulty, &rdev->flags)) { in flush_bio_list() 1385 if (!rdev || test_bit(Faulty, &rdev->flags)) { in raid1_write_request() 1622 set_bit(Faulty, &rdev->flags); in raid1_error() 1655 !test_bit(Faulty, &rdev->flags), in print_conf() 1694 && !test_bit(Faulty, &repl->flags) in raid1_spare_active() [all …]
|
D | md.c | 607 !test_bit(Faulty, &rdev->flags)) { in submit_flushes() 964 if (!test_bit(Faulty, &rdev->flags) in super_written() 993 if (test_bit(Faulty, &rdev->flags)) in md_super_write() 1328 clear_bit(Faulty, &rdev->flags); in super_90_validate() 1423 set_bit(Faulty, &rdev->flags); in super_90_validate() 1536 test_bit(Faulty, &rdev2->flags)) in super_90_sync() 1552 if (test_bit(Faulty, &rdev2->flags)) in super_90_sync() 1570 /* now set the "removed" and "faulty" bits on any missing devices */ in super_90_sync() 1842 clear_bit(Faulty, &rdev->flags); in super_1_validate() 1964 case MD_DISK_ROLE_FAULTY: /* faulty */ in super_1_validate() [all …]
|
D | raid0.c | 683 * - (N - 1) mirror drives must be already faulty in raid0_takeover_raid1() 686 pr_err("md/raid0:%s: (N - 1) mirrors drives must be already faulty!\n", in raid0_takeover_raid1() 724 * raid5 - providing it is Raid4 layout and one disk is faulty in raid0_takeover() 726 * raid1 - with (N -1) mirror drives faulty in raid0_takeover()
|
D | raid5.c | 623 * - remove non-faulty devices 642 if (rdev && test_bit(Faulty, &rdev->flags)) in raid5_calc_degraded() 644 if (!rdev || test_bit(Faulty, &rdev->flags)) in raid5_calc_degraded() 649 /* not in-sync or faulty. in raid5_calc_degraded() 668 if (rdev && test_bit(Faulty, &rdev->flags)) in raid5_calc_degraded() 670 if (!rdev || test_bit(Faulty, &rdev->flags)) in raid5_calc_degraded() 675 /* not in-sync or faulty. in raid5_calc_degraded() 1119 if (rdev && test_bit(Faulty, &rdev->flags)) in ops_run_io() 1123 if (rrdev && test_bit(Faulty, &rrdev->flags)) in ops_run_io() 2755 if (!test_bit(Faulty, &rdev->flags)) { in raid5_end_read_request() [all …]
|
D | md-cluster.c | 463 if (rdev->raid_disk > -1 && !test_bit(Faulty, &rdev->flags)) { in process_suspend_info() 564 if (rdev && test_bit(Faulty, &rdev->flags)) in process_readd_disk() 565 clear_bit(Faulty, &rdev->flags); in process_readd_disk() 567 pr_warn("%s: %d Could not find disk(%d) which is faulty", in process_readd_disk() 1082 if (rdev->raid_disk > -1 && !test_bit(Faulty, &rdev->flags)) { in metadata_update_finish() 1263 if (rdev->raid_disk >= 0 && !test_bit(Faulty, &rdev->flags)) { in update_size()
|
/Linux-v5.10/drivers/staging/media/omap4iss/ |
D | iss_ipipeif.h | 43 * @fpc_en: Faulty pixels correction enabled (1) or disabled (0) 46 * @fpc: Faulty pixels correction configuration
|
/Linux-v5.10/drivers/media/platform/omap3isp/ |
D | ispccdc.h | 110 * @fpc_en: Faulty pixels correction enabled (1) or disabled (0) 113 * @fpc: Faulty pixels correction configuration
|
/Linux-v5.10/Documentation/admin-guide/ |
D | md.rst | 195 raid5, linear, multipath, faulty. 254 For arrays with data redundancy (i.e. not raid0, linear, faulty, 455 faulty 474 it were not faulty are blocked. 499 Writing ``faulty`` simulates a failure on the device. 528 This file responds to select/poll. Any change to ``faulty``
|
/Linux-v5.10/Documentation/devicetree/bindings/power/supply/ |
D | rohm,bd99954.yaml | 102 # battery is expected to be faulty if battery voltage exceeds this limit. 103 # Charger will then enter to a "battery faulty" -state
|
/Linux-v5.10/arch/arm/mm/ |
D | abort-ev6.S | 24 * Faulty SWP instruction on 1136 doesn't set bit 11 in DFSR.
|
/Linux-v5.10/Documentation/networking/device_drivers/ethernet/netronome/ |
D | nfp.rst | 170 alignment errors. The cause is usually faulty cables or SFPs. 214 * An error on the MAC/physical layer. Usually due to faulty cables or
|
/Linux-v5.10/Documentation/admin-guide/media/ |
D | dvb-usb-dibusb-mb-cardlist.rst | 21 * - Artec T1 USB1.1 TVBOX with AN2235 (faulty USB IDs)
|
/Linux-v5.10/include/uapi/linux/raid/ |
D | md_p.h | 78 #define MD_DISK_FAULTY 0 /* disk is faulty / operational */ 303 * into the 'roles' value. If a device is spare or faulty, then it doesn't 306 __le16 dev_roles[0]; /* role in array, or 0xffff for a spare, or 0xfffe for faulty */
|
/Linux-v5.10/drivers/media/usb/dvb-usb/ |
D | Kconfig | 62 bool "Support faulty USB IDs" 65 Support for faulty USB IDs due to an invalid EEPROM on some Artec devices.
|
/Linux-v5.10/Documentation/devicetree/bindings/bus/ |
D | baikal,bt1-axi.yaml | 21 an IRQ is raised and a faulty situation is reported to the AXI EHB
|
/Linux-v5.10/drivers/mtd/nand/raw/ |
D | nand_ecc.c | 76 * ECC data that identify the faulty location. 400 * b0 to b2 indicate which bit is faulty (if any) in __nand_correct_data() 428 * rp17/rp15/13/11/9/7/5/3/1 indicate which byte is the faulty in __nand_correct_data() 429 * byte, cp 5/3/1 indicate the faulty bit. in __nand_correct_data()
|
/Linux-v5.10/Documentation/driver-api/soundwire/ |
D | error_handling.rst | 47 driver will return a -ETIMEOUT. Such timeouts are symptoms of a faulty
|
/Linux-v5.10/include/uapi/linux/ |
D | omap3isp.h | 384 * struct omap3isp_ccdc_fpc - Faulty Pixels Correction 385 * @fpnum: Number of faulty pixels to be corrected in the frame. 426 * @fpc: Number of faulty pixels corrected in the frame, address of FPC table.
|
/Linux-v5.10/drivers/hid/ |
D | hid-gembird.c | 85 /* replace the faulty part with the fixed one */ in gembird_report_fixup()
|
/Linux-v5.10/arch/arm/ |
D | Kconfig | 899 bool "ARM errata: DMB operation may be faulty" 938 bool "ARM errata: TLBIASIDIS and TLBIMVAIS operations can broadcast a faulty ASID" 942 r2p0) erratum. A faulty ASID can be sent to the other CPUs for the 950 bool "ARM errata: Faulty hazard checking in the Store Buffer may lead to data corruption" 955 (r2p*) erratum. Under very rare conditions, a faulty 975 bool "ARM errata: possible faulty MMU translations following an ASID switch"
|