/linux-6.6.21/fs/xfs/scrub/ |
D | scrub.c | 212 .repair = xrep_probe, 218 .repair = xrep_superblock, 224 .repair = xrep_agf, 230 .repair = xrep_agfl, 236 .repair = xrep_agi, 242 .repair = xrep_notsupported, 248 .repair = xrep_notsupported, 254 .repair = xrep_notsupported, 261 .repair = xrep_notsupported, 268 .repair = xrep_notsupported, [all …]
|
D | scrub.h | 36 int (*repair)(struct xfs_scrub *); member
|
D | repair.c | 55 ASSERT(sc->ops->repair); in xrep_attempt() 58 error = sc->ops->repair(sc); in xrep_attempt()
|
/linux-6.6.21/Documentation/filesystems/ |
D | xfs-online-fsck-design.rst | 47 then present case studies of how each repair function actually works. 109 `kernel changes <https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfs-linux.git/log/?h=repair… 111 …ges <https://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfstests-dev.git/log/?h=repair-dirs>`_. 112 Each kernel patchset adding an online repair function will use the same branch 119 XFS (on Linux) to check and repair filesystems. 125 metadata, though it lacks any ability to repair what it finds. 126 Due to its high memory requirements and inability to repair things, this 176 metadata, an in-kernel facility to repair metadata, and a userspace driver 192 | "online repair". | 209 metadata to enable targeted checking and repair operations while the system [all …]
|
D | btrfs.rst | 8 features while focusing on fault tolerance, repair and easy administration.
|
D | gfs2.rst | 46 fsck.gfs2 to repair a filesystem
|
D | ocfs2-online-filecheck.rst | 37 may end up with more damage than before the repair attempt. So, this has to
|
D | zonefs.rst | 279 | repair | read-only | as is yes no yes no | 301 * The repair mount option triggers only the minimal set of I/O error recovery 323 * repair
|
D | xfs-self-describing-metadata.rst | 77 metadata object at runtime, during forensic analysis or repair. 353 repair will probably complain about it - but it needs to be fixed.
|
D | affs.rst | 191 restore or repair your RDB. So please do make a backup copy of it
|
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/ |
D | sockmap_basic.c | 32 int s, repair, err; in connected_socket_v4() local 38 repair = TCP_REPAIR_ON; in connected_socket_v4() 39 err = setsockopt(s, SOL_TCP, TCP_REPAIR, &repair, sizeof(repair)); in connected_socket_v4() 47 repair = TCP_REPAIR_OFF_NO_WP; in connected_socket_v4() 48 err = setsockopt(s, SOL_TCP, TCP_REPAIR, &repair, sizeof(repair)); in connected_socket_v4()
|
/linux-6.6.21/drivers/ras/ |
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.6.21/net/ipv4/ |
D | tcp.c | 1076 !tp->repair) { in tcp_sendmsg_locked() 1099 if (unlikely(tp->repair)) { in tcp_sendmsg_locked() 1168 if (tp->repair) in tcp_sendmsg_locked() 1282 if (skb->len < size_goal || (flags & MSG_OOB) || unlikely(tp->repair)) in tcp_sendmsg_locked() 2348 if (unlikely(tp->repair)) { in tcp_recvmsg_locked() 2802 if (unlikely(tcp_sk(sk)->repair)) { in __tcp_close() 2994 } else if (unlikely(tp->repair)) { in tcp_disconnect() 3122 if (!tp->repair) in tcp_repair_set_window() 3547 tp->repair = 1; in do_tcp_setsockopt() 3551 tp->repair = 0; in do_tcp_setsockopt() [all …]
|
D | tcp_output.c | 2698 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit() 2704 goto repair; /* Skip network transmission */ in tcp_write_xmit() 2765 repair: in tcp_write_xmit() 3823 if (likely(!tp->repair)) in tcp_connect_init() 3965 if (unlikely(tp->repair)) { in tcp_connect()
|
D | tcp_ipv4.c | 168 if (likely(!tp->repair)) { in tcp_twsk_unique() 267 if (likely(!tp->repair)) in tcp_v4_connect() 304 if (likely(!tp->repair)) { in tcp_v4_connect()
|
/linux-6.6.21/Documentation/admin-guide/device-mapper/ |
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
|
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.6.21/fs/xfs/ |
D | Makefile | 185 repair.o \
|
D | Kconfig | 164 bool "XFS online metadata repair support" 168 If you say Y here you will be able to repair metadata on a
|
/linux-6.6.21/Documentation/admin-guide/ |
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.6.21/fs/btrfs/ |
D | Kconfig | 26 features focused on fault tolerance, repair and easy administration.
|
/linux-6.6.21/include/linux/ |
D | tcp.h | 272 repair : 1, member
|
/linux-6.6.21/fs/reiserfs/ |
D | README | 122 Igor Krasheninnikov was wonderful at hardware procurement, repair, and
|
/linux-6.6.21/Documentation/driver-api/mtd/ |
D | nand_ecc.rst | 736 introduced by this is about a factor 2 on my system when a repair had to 737 be done, and 1% or so if no repair had to be done.
|
/linux-6.6.21/Documentation/process/ |
D | changes.rst | 250 and repair a JFS formatted partition.
|