Home
last modified time | relevance | path

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

12

/linux/fs/xfs/scrub/
A Dscrub.c194 .repair = xrep_probe,
200 .repair = xrep_superblock,
206 .repair = xrep_agf,
212 .repair = xrep_agfl,
218 .repair = xrep_agi,
224 .repair = xrep_notsupported,
230 .repair = xrep_notsupported,
236 .repair = xrep_notsupported,
243 .repair = xrep_notsupported,
250 .repair = xrep_notsupported,
[all …]
A Dscrub.h27 int (*repair)(struct xfs_scrub *); member
A Drepair.c50 ASSERT(sc->ops->repair); in xrep_attempt()
51 error = sc->ops->repair(sc); in xrep_attempt()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dsockmap_basic.c26 int s, repair, err; in connected_socket_v4() local
32 repair = TCP_REPAIR_ON; in connected_socket_v4()
33 err = setsockopt(s, SOL_TCP, TCP_REPAIR, &repair, sizeof(repair)); in connected_socket_v4()
41 repair = TCP_REPAIR_OFF_NO_WP; in connected_socket_v4()
42 err = setsockopt(s, SOL_TCP, TCP_REPAIR, &repair, sizeof(repair)); in connected_socket_v4()
/linux/drivers/ras/
A 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/net/ipv4/
A Dtcp.c1203 !tp->repair) { in tcp_sendmsg_locked()
1295 if (tp->repair) in tcp_sendmsg_locked()
3077 if (!tp->repair) in tcp_repair_set_window()
3459 tp->repair = 1; in do_tcp_setsockopt()
3463 tp->repair = 0; in do_tcp_setsockopt()
3467 tp->repair = 0; in do_tcp_setsockopt()
3475 if (!tp->repair) in do_tcp_setsockopt()
3504 if (!tp->repair) in do_tcp_setsockopt()
3617 if (!tp->repair) in do_tcp_setsockopt()
3928 if (tp->repair) in do_tcp_getsockopt()
[all …]
A Dtcp_output.c2617 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()
2622 goto repair; /* Skip network transmission */ in tcp_write_xmit()
2683 repair: in tcp_write_xmit()
3688 if (likely(!tp->repair)) in tcp_connect_init()
3820 if (unlikely(tp->repair)) { in tcp_connect()
A Dtcp_ipv4.c165 if (likely(!tp->repair)) { in tcp_twsk_unique()
256 if (likely(!tp->repair)) in tcp_v4_connect()
293 if (likely(!tp->repair)) { in tcp_v4_connect()
/linux/Documentation/filesystems/
A Dbtrfs.rst8 features while focusing on fault tolerance, repair and easy administration.
A Dgfs2.rst46 fsck.gfs2 to repair a filesystem
A Docfs2-online-filecheck.rst37 may end up with more damage than before the repair attempt. So, this has to
A Dzonefs.rst279 | repair | read-only | as is yes no yes no |
301 * The repair mount option triggers only the minimal set of I/O error recovery
316 * repair
A Dxfs-self-describing-metadata.rst76 metadata object at runtime, during forensic analysis or repair.
352 repair will probably complain about it - but it needs to be fixed.
A Daffs.rst191 restore or repair your RDB. So please do make a backup copy of it
/linux/Documentation/admin-guide/device-mapper/
A 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
A Ddm-raid.rst287 'sync_action' is "check" or "repair", then the process
309 repair
340 "repair" Initiate a repair of the array.
/linux/fs/xfs/
A DMakefile165 repair.o \
A DKconfig114 bool "XFS online metadata repair support"
118 If you say Y here you will be able to repair metadata on a
/linux/Documentation/admin-guide/
A Dmd.rst634 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/fs/btrfs/
A DKconfig27 features focused on fault tolerance, repair and easy administration.
/linux/include/linux/
A Dtcp.h240 repair : 1, member
/linux/fs/reiserfs/
A DREADME122 Igor Krasheninnikov was wonderful at hardware procurement, repair, and
/linux/Documentation/driver-api/mtd/
A 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/Documentation/process/
A Dchanges.rst203 and repair a JFS formatted partition.
/linux/Documentation/
A DChanges203 and repair a JFS formatted partition.

Completed in 39 milliseconds

12