Home
last modified time | relevance | path

Searched refs:scrub (Results 1 – 25 of 60) sorted by relevance

123

/openbmc/linux/fs/xfs/scrub/
H A Dscrub.c211 .scrub = xchk_probe,
217 .scrub = xchk_superblock,
223 .scrub = xchk_agf,
229 .scrub = xchk_agfl,
235 .scrub = xchk_agi,
241 .scrub = xchk_bnobt,
247 .scrub = xchk_cntbt,
253 .scrub = xchk_inobt,
259 .scrub = xchk_finobt,
266 .scrub = xchk_rmapbt,
[all …]
/openbmc/linux/drivers/net/fddi/skfp/
H A Dcfm.c100 smc->y[PA].scrub = 0 ; in cfm_init()
101 smc->y[PB].scrub = 0 ; in cfm_init()
339 smc->y[PA].scrub = TRUE ; in cfm_fsm()
350 smc->y[PA].scrub = TRUE ; in cfm_fsm()
351 smc->y[PB].scrub = TRUE ; in cfm_fsm()
363 smc->y[PA].scrub = TRUE ; in cfm_fsm()
364 smc->y[PB].scrub = TRUE ; in cfm_fsm()
398 smc->y[PB].scrub = TRUE ; in cfm_fsm()
406 smc->y[PA].scrub = TRUE ; in cfm_fsm()
407 smc->y[PB].scrub = TRUE ; in cfm_fsm()
[all …]
/openbmc/linux/fs/xfs/
H A DMakefile146 xfs-y += $(addprefix scrub/, \
165 scrub.o \
171 xfs-$(CONFIG_XFS_ONLINE_SCRUB_STATS) += scrub/stats.o
173 xfs-$(CONFIG_XFS_RT) += $(addprefix scrub/, \
178 xfs-$(CONFIG_XFS_QUOTA) += scrub/quota.o
182 xfs-y += $(addprefix scrub/, \
/openbmc/linux/drivers/mtd/ubi/
H A Dwl.c678 (!ubi->used.rb_node && !ubi->scrub.rb_node)) {
720 } else if (!ubi->scrub.rb_node) {
722 if (!ubi->scrub.rb_node) {
750 e1 = rb_entry(rb_first(&ubi->scrub), struct ubi_wl_entry, u.rb);
755 self_check_in_wl_tree(ubi, e1, &ubi->scrub);
756 rb_erase(&e1->u.rb, &ubi->scrub);
944 wl_tree_add(e1, &ubi->scrub);
1031 if (!ubi->scrub.rb_node) {
1315 } else if (in_wl_tree(e, &ubi->scrub)) {
1316 self_check_in_wl_tree(ubi, e, &ubi->scrub);
[all …]
H A Dfastmap.c137 int pnum, int ec, int scrub) in add_aeb() argument
146 aeb->scrub = scrub; in add_aeb()
296 aeb->scrub = new_aeb->scrub; in update_vol()
429 int scrub = 0; in scan_pool() local
447 scrub = 1; in scan_pool()
469 scrub = 1; in scan_pool()
471 ret = add_aeb(ai, free, pnum, ec, scrub); in scan_pool()
479 scrub = 1; in scan_pool()
490 new_aeb->scrub = scrub; in scan_pool()
843 new->scrub = old->scrub; in clone_aeb()
H A Dubi.h610 struct rb_root scrub; member
680 unsigned int scrub:1; member
1021 ubi_rb_for_each_entry((tmp_rb), (e), &(ubi)->scrub, u.rb)
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-utils/btrfsmaintenance/
H A Dbtrfsmaintenance_0.5.bb4 to automate a few maintenance tasks. This means the scrub, balance, trim \
48 btrfs-scrub.timer \
49 btrfs-scrub.service \
/openbmc/u-boot/drivers/mtd/ubi/
H A Dwl.c695 (!ubi->used.rb_node && !ubi->scrub.rb_node)) {
727 } else if (!ubi->scrub.rb_node) {
729 if (!ubi->scrub.rb_node) {
757 e1 = rb_entry(rb_first(&ubi->scrub), struct ubi_wl_entry, u.rb);
762 self_check_in_wl_tree(ubi, e1, &ubi->scrub);
763 rb_erase(&e1->u.rb, &ubi->scrub);
925 wl_tree_add(e1, &ubi->scrub);
996 if (!ubi->scrub.rb_node) {
1246 } else if (in_wl_tree(e, &ubi->scrub)) {
1247 self_check_in_wl_tree(ubi, e, &ubi->scrub);
[all …]
H A Dfastmap.c143 int pnum, int ec, int scrub) in add_aeb() argument
154 aeb->scrub = scrub; in add_aeb()
329 aeb->scrub = new_aeb->scrub; in update_vol()
485 int scrub = 0; in scan_pool() local
503 scrub = 1; in scan_pool()
532 scrub = 1; in scan_pool()
546 new_aeb->scrub = scrub; in scan_pool()
H A Dubi.h581 struct rb_root scrub; member
651 unsigned int scrub:1; member
975 ubi_rb_for_each_entry((tmp_rb), (e), &(ubi)->scrub, u.rb)
H A Deba.c367 int err, pnum, scrub = 0, vol_id = vol->vol_id; in ubi_eba_read_leb() local
427 scrub = 1; in ubi_eba_read_leb()
439 scrub = 1; in ubi_eba_read_leb()
443 scrub = 1; in ubi_eba_read_leb()
463 if (scrub) in ubi_eba_read_leb()
/openbmc/linux/drivers/edac/
H A Dpasemi_edac.c184 u32 errctl1, errcor, scrub, mcen; in pasemi_edac_probe() local
228 pci_read_config_dword(pdev, MCCFG_SCRUB, &scrub); in pasemi_edac_probe()
232 ((scrub & MCCFG_SCRUB_RGLR_SCRB_EN) ? SCRUB_FLAG_HW_PROG : 0); in pasemi_edac_probe()
/openbmc/u-boot/cmd/
H A Dmtd.c389 bool scrub; in do_mtd_erase() local
399 scrub = strstr(argv[0], ".dontskipbad"); in do_mtd_erase()
427 erase_op.scrub = scrub; in do_mtd_erase()
H A Dnand.c464 int scrub = !strncmp(cmd, "scrub", 5); in do_nand() local
517 if (scrub) { in do_nand()
519 opts.scrub = 1; in do_nand()
523 opts.scrub = 1; in do_nand()
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst110 …://git.kernel.org/pub/scm/linux/kernel/git/djwong/xfsprogs-dev.git/log/?h=scrub-media-scan-service…
191 | "online scrub", and portion of the kernel that fixes metadata is called |
230 | item" to "scrub item". |
243 latent errors may creep in after a scrub completes.
249 This means that scrub cannot take *any* shortcuts to save time, because doing
264 Each phase concentrates on checking specific types of scrub items and depends
274 Each metadata structure is scheduled as a separate scrub item.
276 is permitted to perform repairs, then those scrub items are repaired to
278 Repairs are implemented by using the information in the scrub item to
279 resubmit the kernel scrub call with the repair flag enabled; this is
[all …]
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
H A Dgv100.c41 .vpr.scrub = gp102_fb_vpr_scrub,
H A Dtu102.c41 .vpr.scrub = gp102_fb_vpr_scrub,
H A Dga102.c56 .vpr.scrub = gp102_fb_vpr_scrub,
H A Dgp102.c78 .vpr.scrub = gp102_fb_vpr_scrub,
H A Dpriv.h29 int (*scrub)(struct nvkm_fb *); member
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dnand_util.c85 if (opts->scrub) { in nand_erase_opts()
86 erase.scrub = opts->scrub; in nand_erase_opts()
108 if (!opts->scrub) { in nand_erase_opts()
/openbmc/linux/Documentation/firmware-guide/acpi/apei/
H A Doutput_format.rst84 mirror Broken | memory sparing | scrub corrected error | \
85 scrub uncorrected error
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbdkit/nbdkit/
H A D0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch7 cmdline which ends up in real code. Therefore scrub buildpaths from CC
H A D0001-plugins-Avoid-absolute-buildpaths-in-binaries.patch7 cmdline which ends up in real code. Therefore scrub buildpaths from CC
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-bus-nfit164 What: /sys/bus/nd/devices/ndbusX/nfit/scrub
184 list and doing a full scrub. The former (selective insertion of
192 '1': Enable a full scrub to happen if an exception for a memory

123