Home
last modified time | relevance | path

Searched refs:repair (Results 1 – 25 of 29) sorted by relevance

12

/Linux-v5.4/fs/xfs/scrub/
Dscrub.c190 .repair = xrep_probe,
196 .repair = xrep_superblock,
202 .repair = xrep_agf,
208 .repair = xrep_agfl,
214 .repair = xrep_agi,
220 .repair = xrep_notsupported,
226 .repair = xrep_notsupported,
232 .repair = xrep_notsupported,
239 .repair = xrep_notsupported,
246 .repair = xrep_notsupported,
[all …]
Dscrub.h28 int (*repair)(struct xfs_scrub *); member
Drepair.c50 ASSERT(sc->ops->repair); in xrep_attempt()
51 error = sc->ops->repair(sc); in xrep_attempt()
/Linux-v5.4/drivers/ras/
DKconfig13 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-v5.4/net/ipv4/
Dtcp.c1207 !tp->repair) { in tcp_sendmsg_locked()
1230 if (unlikely(tp->repair)) { in tcp_sendmsg_locked()
1300 if (tp->repair) in tcp_sendmsg_locked()
1378 if (skb->len < size_goal || (flags & MSG_OOB) || unlikely(tp->repair)) in tcp_sendmsg_locked()
1984 if (unlikely(tp->repair)) { in tcp_recvmsg()
2383 if (unlikely(tcp_sk(sk)->repair)) { in tcp_close()
2575 } else if (unlikely(tp->repair)) { in tcp_disconnect()
2693 if (!tp->repair) in tcp_repair_set_window()
2914 tp->repair = 1; in do_tcp_setsockopt()
2918 tp->repair = 0; in do_tcp_setsockopt()
[all …]
Dtcp_output.c2385 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()
2390 goto repair; /* Skip network transmission */ in tcp_write_xmit()
2443 repair: in tcp_write_xmit()
3431 if (likely(!tp->repair)) in tcp_connect_init()
3564 if (unlikely(tp->repair)) { in tcp_connect()
Dtcp_ipv4.c166 if (likely(!tp->repair)) { in tcp_twsk_unique()
257 if (likely(!tp->repair)) in tcp_v4_connect()
294 if (likely(!tp->repair)) { in tcp_v4_connect()
/Linux-v5.4/Documentation/filesystems/
Dbtrfs.txt5 features while focusing on fault tolerance, repair and easy administration.
Dgfs2.txt40 fsck.gfs2 to repair a filesystem
Docfs2-online-filecheck.txt34 may end up with more damage than before the repair attempt. So, this has to
Dxfs-self-describing-metadata.txt73 metadata object at runtime, during forensic analysis or repair.
349 repair will probably complain about it - but it needs to be fixed.
Daffs.txt168 restore or repair your RDB. So please do make a backup copy of it
/Linux-v5.4/fs/xfs/
DMakefile164 repair.o \
DKconfig89 bool "XFS online metadata repair support"
93 If you say Y here you will be able to repair metadata on a
/Linux-v5.4/Documentation/admin-guide/device-mapper/
Dthin-provisioning.rst144 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
Ddm-raid.rst287 'sync_action' is "check" or "repair", then the process
309 repair
340 "repair" Initiate a repair of the array.
/Linux-v5.4/Documentation/admin-guide/
Dmd.rst630 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-v5.4/fs/btrfs/
DKconfig21 features focused on fault tolerance, repair and easy administration.
/Linux-v5.4/include/linux/
Dtcp.h230 repair : 1, member
/Linux-v5.4/fs/reiserfs/
DREADME122 Igor Krasheninnikov was wonderful at hardware procurement, repair, and
/Linux-v5.4/Documentation/
DChanges183 and repair a JFS formatted partition.
/Linux-v5.4/Documentation/process/
Dchanges.rst183 and repair a JFS formatted partition.
/Linux-v5.4/Documentation/driver-api/mtd/
Dnand_ecc.rst736 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-v5.4/Documentation/power/
Dfreezing-of-tasks.rst114 usually making them almost impossible to repair). We therefore freeze
/Linux-v5.4/Documentation/scsi/
DChangeLog.ncr53c8xx390 Use SCRIPTS to repair the start queue on selection timeout.

12