| /linux-6.15/drivers/md/dm-vdo/ |
| H A D | repair.c | 228 free_vio_components(&repair->vios[--repair->vio_count]); in uninitialize_vios() 920 if (repair->launching || (repair->outstanding > 0)) in finish_if_done() 938 if (repair->current_entry >= repair->entries) in finish_if_done() 1130 repair->current_entry = &repair->entries[repair->block_map_entry_count - 1]; in recover_block_map() 1338 repair->entries[repair->block_map_entry_count] = in append_sector_entries() 1434 if ((repair->block_map_head <= repair->tail) && in validate_heads() 1435 (repair->slab_journal_head <= repair->tail)) in validate_heads() 1482 repair->entries[repair->block_map_entry_count] = in extract_new_mappings() 1662 if (++repair->vios_complete != repair->vio_count) in finish_journal_load() 1742 for (repair->vio_count = 0; repair->vio_count < vio_count; repair->vio_count++) { in vdo_repair() [all …]
|
| H A D | Makefile | 33 repair.o \
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-edac-memory-repair | 10 device driver for the memory repair features. 40 (RO) Memory repair type. For eg. post package repair, 43 - ppr - Post package repair. 61 repair function. Persist repair modes supported in the 65 - 0 - Soft memory repair (temporary repair). 67 - 1 - Hard memory repair (permanent repair). 77 during the memory repair operation. 139 and the portion of memory to repair. 186 unless required for a repair function. 202 device and repair function. [all …]
|
| /linux-6.15/fs/xfs/scrub/ |
| H A D | scrub.c | 283 .repair = xrep_probe, 295 .repair = xrep_agf, 301 .repair = xrep_agfl, 307 .repair = xrep_agi, 343 .repair = xrep_rmapbt, 356 .repair = xrep_inode, 386 .repair = xrep_xattr, 398 .repair = xrep_parent, 418 .repair = xrep_quota, 424 .repair = xrep_quota, [all …]
|
| H A D | scrub.h | 88 int (*repair)(struct xfs_scrub *); member
|
| H A D | repair.c | 75 ASSERT(sc->ops->repair); in xrep_attempt() 78 error = sc->ops->repair(sc); in xrep_attempt() 1149 error = sub->sc.ops->repair(&sub->sc); in xrep_metadata_inode_subtype()
|
| /linux-6.15/Documentation/edac/ |
| H A D | memory_repair.rst | 20 Some memory devices support repair operations to address issues in their 28 device to perform repair operation on its media. It is a memory self-healing 36 - hard PPR, for a permanent row repair, and 37 - soft PPR, for a temporary row repair. 39 Soft PPR is much faster than hard PPR, but the repair is lost after a power 43 processed during a repair operation. In such case, the repair operation should 53 Memory sparing is a repair function that replaces a portion of memory with 82 Use cases of generic memory repair features control 97 device request using the sysfs repair control. 114 The control attributes of a registered memory repair instance could be [all …]
|
| H A D | features.rst | 40 | | RAS memory |---->| repair control| | 61 || +----------+ | feature control| | repair | | | 69 | | ACPI RAS2 | | scrub, ECS, | | memory repair | | 84 example: scrub, ECS, memory repair in the above diagram. 92 dynamic scrub/repair control to issue scrubbing/repair when excess number 103 Memory repair features are documented in `Documentation/edac/memory_repair.rst`.
|
| /linux-6.15/Documentation/filesystems/xfs/ |
| H A D | xfs-online-fsck-design.rst | 813 repair. 2627 `AG btree repair 2720 `AG btree repair 2903 btree repair: 2947 `AG btree repair 2976 `AG btree repair 3030 repair series. 3051 repair series. 3447 `directory repair 3832 `rmap repair [all …]
|
| /linux-6.15/drivers/ras/ |
| H A D | Kconfig | 13 enhanced by features that help to avoid, detect and repair hardware 21 which a system can be repaired or maintained; if the time to repair
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | sockmap_basic.c | 33 int s, repair, err; in connected_socket_v4() local 39 repair = TCP_REPAIR_ON; in connected_socket_v4() 40 err = setsockopt(s, SOL_TCP, TCP_REPAIR, &repair, sizeof(repair)); in connected_socket_v4() 48 repair = TCP_REPAIR_OFF_NO_WP; in connected_socket_v4() 49 err = setsockopt(s, SOL_TCP, TCP_REPAIR, &repair, sizeof(repair)); in connected_socket_v4()
|
| /linux-6.15/tools/testing/selftests/net/tcp_ao/ |
| H A D | Makefile | 35 LIBSRC += proc.c repair.c setup.c sock.c utils.c
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | btrfs.rst | 8 features while focusing on fault tolerance, repair and easy administration.
|
| H A D | gfs2.rst | 46 fsck.gfs2 to repair a filesystem
|
| H A D | ocfs2-online-filecheck.rst | 37 may end up with more damage than before the repair attempt. So, this has to
|
| /linux-6.15/drivers/edac/ |
| H A D | mem_repair.c | 146 MR_DO_OP(repair, do_repair) 317 [MEM_DO_REPAIR] = MR_ATTR_WO(repair, instance) in mem_repair_create_desc()
|
| H A D | Kconfig | 97 bool "EDAC memory repair feature" 99 The EDAC memory repair feature is optional and is designed to control 100 the memory devices with repair features, such as Post Package Repair 101 (PPR), memory sparing etc. The common sysfs memory repair interface 102 abstracts the control of various memory repair functionalities into 104 Say 'y/n' to enable/disable EDAC memory repair feature.
|
| /linux-6.15/net/ipv4/ |
| H A D | tcp.c | 1098 !tp->repair) { in tcp_sendmsg_locked() 1193 if (tp->repair) in tcp_sendmsg_locked() 3443 if (!tp->repair) in tcp_repair_set_window() 3889 tp->repair = 1; in do_tcp_setsockopt() 3893 tp->repair = 0; in do_tcp_setsockopt() 3897 tp->repair = 0; in do_tcp_setsockopt() 3905 if (!tp->repair) in do_tcp_setsockopt() 3934 if (!tp->repair) in do_tcp_setsockopt() 3985 if (tp->repair) in do_tcp_setsockopt() 4367 if (tp->repair) in do_tcp_getsockopt() [all …]
|
| /linux-6.15/Documentation/admin-guide/device-mapper/ |
| H A D | thin-provisioning.rst | 144 until the pool is taken offline and repair is performed to 1) fix any 145 potential inconsistencies and 2) clear the flag that imposes repair. 148 is flagged as needing repair, the pool's data and metadata devices 149 cannot be resized until repair is performed. It should also be noted 154 (e.g. fsck) be performed on those layers when repair of the pool is
|
| H A D | dm-raid.rst | 287 'sync_action' is "check" or "repair", then the process 309 repair 340 "repair" Initiate a repair of the array.
|
| /linux-6.15/fs/xfs/ |
| H A D | Makefile | 236 repair.o \
|
| H A D | Kconfig | 176 bool "XFS online metadata repair support" 181 If you say Y here you will be able to repair metadata on a
|
| /linux-6.15/fs/btrfs/ |
| H A D | Kconfig | 26 features focused on fault tolerance, repair and easy administration.
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | md.rst | 634 them. A repair may also happen for some raid 637 repair 638 A full check and repair is happening. This is 654 ``check`` and ``repair`` will start the appropriate process 672 When performing ``check`` and ``repair``, and possibly when 724 within the array where ``check``/``repair`` will operate. Must be
|
| /linux-6.15/Documentation/networking/net_cachelines/ |
| H A D | tcp_sock.rst | 61 u8:1 repair read_mostly tcp_w…
|