Home
last modified time | relevance | path

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

1234

/openbmc/linux/fs/xfs/scrub/
H A Dscrub.c212 .repair = xrep_probe,
218 .repair = xrep_superblock,
224 .repair = xrep_agf,
230 .repair = xrep_agfl,
236 .repair = xrep_agi,
242 .repair = xrep_notsupported,
248 .repair = xrep_notsupported,
254 .repair = xrep_notsupported,
261 .repair = xrep_notsupported,
268 .repair = xrep_notsupported,
[all …]
H A Dscrub.h43 int (*repair)(struct xfs_scrub *); member
H A Drepair.c55 ASSERT(sc->ops->repair); in xrep_attempt()
58 error = sc->ops->repair(sc); in xrep_attempt()
/openbmc/phosphor-dbus-interfaces/yaml/com/ibm/ipzvpd/
H A DMER0.interface.yaml2 Implement to represent the MER0 record (contains manufacturing repair data)
12 The "#I" keyword. Contains the repair data.
H A DVEIR.interface.yaml2 Implement to represent the VEIR record (contains elastic interface repair
12 The "#I" keyword. Contains the repair data.
H A DVER0.interface.yaml2 Implement to represent the VER0 record (contains vendor repair data) in IPZ
12 The "#I" keyword. Contains the repair data.
H A DVWML.interface.yaml19 The "#I" keyword.Contains the repair data.
H A DCP00.interface.yaml27 The "#R" keyword.Array repair Data.
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/fatcat/
H A Dfatcat_1.1.1.bb1 SUMMARY = "FAT filesystems explore, extract, repair, and forensic tool"
3 explore, extract, repair, recover and forensic them. It currently supports \
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst813 repair.
2635 `AG btree repair
2728 `AG btree repair
2910 btree repair:
2954 `AG btree repair
2983 `AG btree repair
3037 repair series.
3058 repair series.
3454 `directory repair
3839 `rmap repair
[all …]
H A Dbtrfs.rst8 features while focusing on fault tolerance, repair and easy administration.
H A Dgfs2.rst46 fsck.gfs2 to repair a filesystem
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/
H A Dxfsprogs_6.6.0.bb19 PACKAGES =+ "${PN}-fsck ${PN}-mkfs ${PN}-repair libhandle"
23 RDEPENDS:${PN} = "${PN}-fsck ${PN}-mkfs ${PN}-repair"
27 FILES:${PN}-repair = "${base_sbindir}/xfs_repair"
/openbmc/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()
/openbmc/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
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dparallels-checks.out21 == repair image ==
49 == repair image ==
88 == check the first cluster with self-repair ==
120 == repair image ==
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/
H A D0001-Unbolt-ubuntu-hack.patch21 dnl Ubuntu's systemd pkg-config seems broken beyond repair. So:
/openbmc/qemu/tests/qemu-iotests/
H A D039.out41 == Data should still be accessible after repair ==
45 == Opening a dirty image read/write should repair it ==
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/monit/
H A Dmonit_5.33.0.bb3 Monit conducts automatic maintenance and repair and can execute meaningful \
/openbmc/linux/net/ipv4/
H A Dtcp.c1076 !tp->repair) { in tcp_sendmsg_locked()
1171 if (tp->repair) in tcp_sendmsg_locked()
3131 if (!tp->repair) in tcp_repair_set_window()
3556 tp->repair = 1; in do_tcp_setsockopt()
3560 tp->repair = 0; in do_tcp_setsockopt()
3564 tp->repair = 0; in do_tcp_setsockopt()
3572 if (!tp->repair) in do_tcp_setsockopt()
3601 if (!tp->repair) in do_tcp_setsockopt()
3670 if (!tp->repair) in do_tcp_setsockopt()
3999 if (tp->repair) in do_tcp_getsockopt()
[all …]
/openbmc/openbmc/poky/meta/files/common-licenses/
H A DBahyph7 …ility of such damages. If any such situation arises, you responsible for repair. Use of this softw…
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/HardwareIsolation/
H A DEntry.interface.yaml41 Critical hardware to repair or replace.
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/files/
H A D0005-Replace-off64_t-stat64-with-off_t-stat.patch38 repair/prefetch.c | 2 +-
658 diff --git a/repair/prefetch.c b/repair/prefetch.c
660 --- a/repair/prefetch.c
661 +++ b/repair/prefetch.c
/openbmc/qemu/block/
H A Dqcow2-snapshot.c81 int qcow2_do_read_snapshots(BlockDriverState *bs, bool repair, in qcow2_do_read_snapshots() argument
132 if (!repair) { in qcow2_do_read_snapshots()
221 if (!repair) { in qcow2_do_read_snapshots()
228 if (!repair) { in qcow2_do_read_snapshots()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lvm2/
H A Dlvm2.inc58 --with-thin-repair=${sbindir}/thin_repair \

1234