Home
last modified time | relevance | path

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

12

/linux/fs/xfs/scrub/
H A Dscrub.c267 .repair = xrep_probe,
273 .repair = xrep_superblock,
279 .repair = xrep_agf,
285 .repair = xrep_agfl,
291 .repair = xrep_agi,
297 .repair = xrep_allocbt,
304 .repair = xrep_allocbt,
311 .repair = xrep_iallocbt,
319 .repair = xrep_iallocbt,
327 .repair = xrep_rmapbt,
[all …]
H A Dscrub.h86 int (*repair)(struct xfs_scrub *); member
H A Drepair.c66 ASSERT(sc->ops->repair); in xrep_attempt()
69 error = sc->ops->repair(sc); in xrep_attempt()
1029 error = sub->sc.ops->repair(&sub->sc); in xrep_metadata_inode_subtype()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c32 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/drivers/ras/
H 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/tools/testing/selftests/net/tcp_ao/
H A DMakefile35 LIBSRC += proc.c repair.c setup.c sock.c utils.c
/linux/drivers/md/dm-vdo/
H A DMakefile33 repair.o \
/linux/Documentation/filesystems/
H A Dbtrfs.rst8 features while focusing on fault tolerance, repair and easy administration.
H A Dgfs2.rst46 fsck.gfs2 to repair a filesystem
H A Docfs2-online-filecheck.rst37 may end up with more damage than before the repair attempt. So, this has to
H 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
323 * repair
H A Daffs.rst191 restore or repair your RDB. So please do make a backup copy of it
/linux/net/ipv4/
H A Dtcp.c1089 !tp->repair) { in tcp_sendmsg_locked()
1112 if (unlikely(tp->repair)) { in tcp_sendmsg_locked()
1184 if (tp->repair) in tcp_sendmsg_locked()
1298 if (skb->len < size_goal || (flags & MSG_OOB) || unlikely(tp->repair)) in tcp_sendmsg_locked()
2587 if (unlikely(tp->repair)) { in tcp_recvmsg_locked()
3087 if (unlikely(tcp_sk(sk)->repair)) { in __tcp_close()
3284 } else if (unlikely(tp->repair)) { in tcp_disconnect()
3416 if (!tp->repair) in tcp_repair_set_window()
3841 tp->repair = 1; in do_tcp_setsockopt()
3845 tp->repair = 0; in do_tcp_setsockopt()
[all …]
H A Dtcp_output.c2762 if (unlikely(tp->repair) && tp->repair_queue == TCP_SEND_QUEUE) { in tcp_write_xmit()
2768 goto repair; /* Skip network transmission */ in tcp_write_xmit()
2830 repair: in tcp_write_xmit()
3936 if (likely(!tp->repair)) in tcp_connect_init()
4125 if (unlikely(tp->repair)) { in tcp_connect()
H A Dtcp_ipv4.c185 if (likely(!tp->repair)) { in tcp_twsk_unique()
284 if (likely(!tp->repair)) in tcp_v4_connect()
322 if (likely(!tp->repair)) { in tcp_v4_connect()
/linux/Documentation/admin-guide/device-mapper/
H 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
H 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/btrfs/
H A DKconfig26 features focused on fault tolerance, repair and easy administration.
/linux/fs/xfs/
H A DMakefile221 repair.o \
H A DKconfig176 bool "XFS online metadata repair support"
181 If you say Y here you will be able to repair metadata on a
/linux/Documentation/admin-guide/
H 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/Documentation/networking/net_cachelines/
H A Dtcp_sock.rst59 u8:1 repair read_mostly - tcp_w…
/linux/include/linux/
H A Dtcp.h226 repair : 1, member
/linux/Documentation/filesystems/xfs/
H A Dxfs-self-describing-metadata.rst77 metadata object at runtime, during forensic analysis or repair.
353 repair will probably complain about it - but it needs to be fixed.
/linux/Documentation/driver-api/mtd/
H 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.

12