Searched refs:repair (Results 1 – 25 of 29) sorted by relevance
12
/Linux-v4.19/fs/xfs/scrub/ |
D | scrub.c | 205 .repair = xrep_probe, 211 .repair = xrep_superblock, 217 .repair = xrep_agf, 223 .repair = xrep_agfl, 229 .repair = xrep_agi, 235 .repair = xrep_notsupported, 241 .repair = xrep_notsupported, 247 .repair = xrep_notsupported, 254 .repair = xrep_notsupported, 261 .repair = xrep_notsupported, [all …]
|
D | scrub.h | 28 int (*repair)(struct xfs_scrub *); member
|
D | repair.c | 57 ASSERT(sc->ops->repair); in xrep_attempt() 58 error = sc->ops->repair(sc); in xrep_attempt()
|
/Linux-v4.19/drivers/ras/ |
D | Kconfig | 12 enhanced by features that help to avoid, detect and repair hardware 20 which a system can be repaired or maintained; if the time to repair
|
/Linux-v4.19/net/ipv4/ |
D | tcp.c | 1207 !tp->repair) { in tcp_sendmsg_locked() 1230 if (unlikely(tp->repair)) { in tcp_sendmsg_locked() 1301 if (tp->repair) in tcp_sendmsg_locked() 1379 if (skb->len < size_goal || (flags & MSG_OOB) || unlikely(tp->repair)) in tcp_sendmsg_locked() 1952 if (unlikely(tp->repair)) { in tcp_recvmsg() 2355 if (unlikely(tcp_sk(sk)->repair)) { in tcp_close() 2542 } else if (unlikely(tp->repair)) { in tcp_disconnect() 2628 if (!tp->repair) in tcp_repair_set_window() 2824 tp->repair = 1; in do_tcp_setsockopt() 2828 tp->repair = 0; in do_tcp_setsockopt() [all …]
|
D | tcp_output.c | 2313 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit() 2316 goto repair; /* Skip network transmission */ in tcp_write_xmit() 2364 repair: in tcp_write_xmit() 3341 if (likely(!tp->repair)) in tcp_connect_init() 3473 if (unlikely(tp->repair)) { in tcp_connect()
|
D | tcp_ipv4.c | 171 if (likely(!tp->repair)) { in tcp_twsk_unique() 260 if (likely(!tp->repair)) in tcp_v4_connect() 297 if (likely(!tp->repair)) { in tcp_v4_connect()
|
/Linux-v4.19/Documentation/filesystems/ |
D | btrfs.txt | 5 features while focusing on fault tolerance, repair and easy administration.
|
D | gfs2.txt | 40 fsck.gfs2 to repair a filesystem
|
D | ocfs2-online-filecheck.txt | 34 may end up with more damage than before the repair attempt. So, this has to
|
D | xfs-self-describing-metadata.txt | 73 metadata object at runtime, during forensic analysis or repair. 349 repair will probably complain about it - but it needs to be fixed.
|
D | affs.txt | 168 restore or repair your RDB. So please do make a backup copy of it
|
/Linux-v4.19/fs/xfs/ |
D | Makefile | 162 repair.o \
|
D | Kconfig | 89 bool "XFS online metadata repair support" 93 If you say Y here you will be able to repair metadata on a
|
/Linux-v4.19/Documentation/device-mapper/ |
D | thin-provisioning.txt | 138 until the pool is taken offline and repair is performed to 1) fix any 139 potential inconsistencies and 2) clear the flag that imposes repair. 142 is flagged as needing repair, the pool's data and metadata devices 143 cannot be resized until repair is performed. It should also be noted 148 (e.g. fsck) be performed on those layers when repair of the pool is
|
D | dm-raid.txt | 238 'sync_action' is "check" or "repair", then the process 254 repair - The same as "check", but discrepancies are 280 "repair" - Initiate a repair of the array.
|
/Linux-v4.19/Documentation/admin-guide/ |
D | md.rst | 630 them. A repair may also happen for some raid 633 repair 634 A full check and repair is happening. This is 650 ``check`` and ``repair`` will start the appropriate process 668 When performing ``check`` and ``repair``, and possibly when 720 within the array where ``check``/``repair`` will operate. Must be
|
/Linux-v4.19/fs/btrfs/ |
D | Kconfig | 19 features focused on fault tolerance, repair and easy administration.
|
/Linux-v4.19/include/linux/ |
D | tcp.h | 238 repair : 1, member
|
/Linux-v4.19/fs/reiserfs/ |
D | README | 122 Igor Krasheninnikov was wonderful at hardware procurement, repair, and
|
/Linux-v4.19/Documentation/process/ |
D | changes.rst | 186 and repair a JFS formatted partition.
|
/Linux-v4.19/Documentation/ |
D | Changes | 186 and repair a JFS formatted partition.
|
/Linux-v4.19/Documentation/mtd/ |
D | nand_ecc.txt | 691 introduced by this is about a factor 2 on my system when a repair had to 692 be done, and 1% or so if no repair had to be done.
|
/Linux-v4.19/Documentation/power/ |
D | freezing-of-tasks.txt | 107 making them almost impossible to repair). We therefore freeze tasks that might
|
/Linux-v4.19/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 390 Use SCRIPTS to repair the start queue on selection timeout.
|
12