{
    "content": [
        {
            "type": "text",
            "text": "# xfs_scrub_all(8) (man)\n\n**Summary:** xfsscruball - scrub all mounted XFS filesystems\n\n**Synopsis:** xfsscruball [ -hV ]\n\n## Flags\n\n| Flag | Long | Arg | Description |\n|------|------|-----|-------------|\n| -h | — | — |  |\n| -V | — | — |  |\n\n## See Also\n\n- xfsscrub(8)\n- xfsscruball(8)\n\n## Section Outline\n\n- **NAME** (2 lines)\n- **SYNOPSIS** (2 lines)\n- **DESCRIPTION** (6 lines)\n- **OPTIONS** (1 lines) — 2 subsections\n  - -h (1 lines)\n  - -V (1 lines)\n- **EXIT CODE** (8 lines)\n- **SEE ALSO** (5 lines)\n\n## Full Content\n\n### NAME\n\nxfsscruball - scrub all mounted XFS filesystems\n\n### SYNOPSIS\n\nxfsscruball [ -hV ]\n\n### DESCRIPTION\n\nxfsscruball  attempts  to  read  and check all the metadata on all mounted XFS filesystems.\nThe online scrub is performed via the xfsscrub tool, either by running it directly or by us‐\ning  systemd to start it in a restricted fashion.  Mounted filesystems are mapped to physical\nstorage devices so that scrub operations can be run in parallel so long as no  two  scrubbers\naccess the same device simultaneously.\n\n### OPTIONS\n\n#### -h\n\n#### -V\n\n### EXIT CODE\n\nThe exit code returned by xfsscruball is the sum of the following conditions:\n0    - No errors\n4    - File system errors left uncorrected\n8    - Operational error\n16   - Usage or syntax error\n\nThese are the same error codes returned by xfsscrub.\n\n### SEE ALSO\n\nxfsscrub(8).\n\n\n\nxfsscruball(8)\n\n"
        }
    ],
    "structuredContent": {
        "command": "xfs_scrub_all",
        "section": "8",
        "mode": "man",
        "summary": "xfsscruball - scrub all mounted XFS filesystems",
        "synopsis": "xfsscruball [ -hV ]",
        "flags": [
            {
                "flag": "-h",
                "long": null,
                "arg": null,
                "description": ""
            },
            {
                "flag": "-V",
                "long": null,
                "arg": null,
                "description": ""
            }
        ],
        "examples": [],
        "see_also": [
            {
                "name": "xfsscrub",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/xfsscrub/8/json"
            },
            {
                "name": "xfsscruball",
                "section": "8",
                "url": "https://www.chedong.com/phpMan.php/man/xfsscruball/8/json"
            }
        ],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "OPTIONS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "-h",
                        "lines": 1,
                        "flag": "-h"
                    },
                    {
                        "name": "-V",
                        "lines": 1,
                        "flag": "-V"
                    }
                ]
            },
            {
                "name": "EXIT CODE",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}