Home
last modified time | relevance | path

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

12

/linux/drivers/md/dm-vdo/
A Drepair.c228 free_vio_components(&repair->vios[--repair->vio_count]); in uninitialize_vios()
920 if (repair->launching || (repair->outstanding > 0)) in finish_if_done()
938 if (repair->current_entry >= repair->entries) in finish_if_done()
1130 repair->current_entry = &repair->entries[repair->block_map_entry_count - 1]; in recover_block_map()
1338 repair->entries[repair->block_map_entry_count] = in append_sector_entries()
1434 if ((repair->block_map_head <= repair->tail) && in validate_heads()
1435 (repair->slab_journal_head <= repair->tail)) in validate_heads()
1482 repair->entries[repair->block_map_entry_count] = in extract_new_mappings()
1662 if (++repair->vios_complete != repair->vio_count) in finish_journal_load()
1742 for (repair->vio_count = 0; repair->vio_count < vio_count; repair->vio_count++) { in vdo_repair()
[all …]
A DMakefile33 repair.o \
/linux/fs/xfs/scrub/
A Dscrub.c267 .repair = xrep_probe,
279 .repair = xrep_agf,
285 .repair = xrep_agfl,
291 .repair = xrep_agi,
327 .repair = xrep_rmapbt,
340 .repair = xrep_inode,
370 .repair = xrep_xattr,
382 .repair = xrep_parent,
400 .repair = xrep_quota,
406 .repair = xrep_quota,
[all …]
A Dscrub.h86 int (*repair)(struct xfs_scrub *); member
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/Documentation/filesystems/xfs/
A Dxfs-online-fsck-design.rst813 repair.
2627 `AG btree repair
2720 `AG btree repair
2903 btree repair:
2947 `AG btree repair
2976 `AG btree repair
3030 repair series.
3051 repair series.
3447 `directory repair
3832 `rmap repair
[all …]
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/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/tools/testing/selftests/bpf/prog_tests/
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/tools/testing/selftests/net/tcp_ao/
A DMakefile35 LIBSRC += proc.c repair.c setup.c sock.c utils.c
/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
323 * repair
/linux/net/ipv4/
A Dtcp.c1089 !tp->repair) { in tcp_sendmsg_locked()
1184 if (tp->repair) in tcp_sendmsg_locked()
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()
3849 tp->repair = 0; in do_tcp_setsockopt()
3857 if (!tp->repair) in do_tcp_setsockopt()
3886 if (!tp->repair) in do_tcp_setsockopt()
3937 if (tp->repair) in do_tcp_setsockopt()
4319 if (tp->repair) in do_tcp_getsockopt()
[all …]
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()
/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/btrfs/
A DKconfig26 features focused on fault tolerance, repair and easy administration.
/linux/fs/xfs/
A DMakefile221 repair.o \
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/
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/
A Dtcp_sock.rst59 u8:1 repair read_mostly - tcp_w…
/linux/include/linux/
A Dtcp.h226 repair : 1, member
/linux/fs/reiserfs/
A DREADME112 Igor Krasheninnikov was wonderful at hardware procurement, repair, and

Completed in 73 milliseconds

12