Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dscrub.c192 .repair = xrep_probe,
198 .repair = xrep_superblock,
204 .repair = xrep_agf,
210 .repair = xrep_agfl,
216 .repair = xrep_agi,
222 .repair = xrep_notsupported,
228 .repair = xrep_notsupported,
234 .repair = xrep_notsupported,
241 .repair = xrep_notsupported,
248 .repair = xrep_notsupported,
[all …]
H A Dscrub.h28 int (*repair)(struct xfs_scrub *); member
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_basic.c24 int s, repair, err; in connected_socket_v4() local
30 repair = TCP_REPAIR_ON; in connected_socket_v4()
31 err = setsockopt(s, SOL_TCP, TCP_REPAIR, &repair, sizeof(repair)); in connected_socket_v4()
39 repair = TCP_REPAIR_OFF_NO_WP; in connected_socket_v4()
40 err = setsockopt(s, SOL_TCP, TCP_REPAIR, &repair, sizeof(repair)); in connected_socket_v4()
/OK3568_Linux_fs/yocto/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 \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-utils/xfsprogs/
H A Dxfsprogs_5.13.0.bb18 PACKAGES =+ "${PN}-fsck ${PN}-mkfs ${PN}-repair libhandle"
22 RDEPENDS:${PN} = "${PN}-fsck ${PN}-mkfs ${PN}-repair"
26 FILES:${PN}-repair = "${base_sbindir}/xfs_repair"
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/buildroot/package/fatcat/
H A DConfig.in.host5 to explore, extract, repair, recover and forensic them. It
/OK3568_Linux_fs/buildroot/package/watchdog/
H A DConfig.in7 the daemon may execute repair commands, shutdown the system or
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp.c1221 !tp->repair) { in tcp_sendmsg_locked()
1244 if (unlikely(tp->repair)) { in tcp_sendmsg_locked()
1314 if (tp->repair) in tcp_sendmsg_locked()
1395 if (skb->len < size_goal || (flags & MSG_OOB) || unlikely(tp->repair)) in tcp_sendmsg_locked()
2134 if (unlikely(tp->repair)) { in tcp_recvmsg()
2535 if (unlikely(tcp_sk(sk)->repair)) { in tcp_close()
2728 } else if (unlikely(tp->repair)) { in tcp_disconnect()
2860 if (!tp->repair) in tcp_repair_set_window()
3226 tp->repair = 1; in do_tcp_setsockopt()
3230 tp->repair = 0; in do_tcp_setsockopt()
[all …]
/OK3568_Linux_fs/buildroot/package/monit/
H A DConfig.in9 maintenance and repair and can execute meaningful causal
/OK3568_Linux_fs/buildroot/board/hardkernel/odroidxu4/
H A Dboot.ini8 setenv bootrootfs "console=tty1 root=/dev/mmcblk1p2 rootwait rw fsck.repair=yes net.ifnames=0"
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dbtrfs.rst8 features while focusing on fault tolerance, repair and easy administration.
H A Dgfs2.rst47 fsck.gfs2 to repair a filesystem
/OK3568_Linux_fs/buildroot/package/netsurf/
H A DConfig.in15 # static linking support is broken beyond repair
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/monit/
H A Dmonit_5.32.0.bb3 Monit conducts automatic maintenance and repair and can execute meaningful \
/OK3568_Linux_fs/kernel/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.
/OK3568_Linux_fs/yocto/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…
H A DSAX-PD10 …. Should SAX prove defective, you assume the cost of all necessary servicing, repair or correction.
/OK3568_Linux_fs/buildroot/package/e2fsprogs/
H A DConfig.in63 Check and repair a Linux file system. This is a wrapper around
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/lvm2/
H A Dlvm2.inc57 --with-thin-repair=${sbindir}/thin_repair \
/OK3568_Linux_fs/kernel/fs/xfs/
H A DMakefile165 repair.o \
H A DKconfig114 bool "XFS online metadata repair support"
118 If you say Y here you will be able to repair metadata on a
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/btrfs-tools/
H A Dbtrfs-tools_5.16.2.bb3 implementing advanced features while focusing on fault tolerance, repair and \
/OK3568_Linux_fs/kernel/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

123