xfs_fs.h (3fa7a6d0c7eb264e469eaf1e3ef59b6793a853ee) | xfs_fs.h (3f1bdf50ab1b9c94d0da010f8879895d29585fd9) |
---|---|
1/* SPDX-License-Identifier: LGPL-2.1 */ 2/* 3 * Copyright (c) 1995-2005 Silicon Graphics, Inc. 4 * All Rights Reserved. 5 */ 6#ifndef __XFS_FS_H__ 7#define __XFS_FS_H__ 8 --- 722 unchanged lines hidden (view full) --- 731#define XFS_SCRUB_TYPE_GQUOTA 22 /* group quotas */ 732#define XFS_SCRUB_TYPE_PQUOTA 23 /* project quotas */ 733#define XFS_SCRUB_TYPE_FSCOUNTERS 24 /* fs summary counters */ 734#define XFS_SCRUB_TYPE_QUOTACHECK 25 /* quota counters */ 735#define XFS_SCRUB_TYPE_NLINKS 26 /* inode link counts */ 736#define XFS_SCRUB_TYPE_HEALTHY 27 /* everything checked out ok */ 737#define XFS_SCRUB_TYPE_DIRTREE 28 /* directory tree structure */ 738#define XFS_SCRUB_TYPE_METAPATH 29 /* metadata directory tree paths */ | 1/* SPDX-License-Identifier: LGPL-2.1 */ 2/* 3 * Copyright (c) 1995-2005 Silicon Graphics, Inc. 4 * All Rights Reserved. 5 */ 6#ifndef __XFS_FS_H__ 7#define __XFS_FS_H__ 8 --- 722 unchanged lines hidden (view full) --- 731#define XFS_SCRUB_TYPE_GQUOTA 22 /* group quotas */ 732#define XFS_SCRUB_TYPE_PQUOTA 23 /* project quotas */ 733#define XFS_SCRUB_TYPE_FSCOUNTERS 24 /* fs summary counters */ 734#define XFS_SCRUB_TYPE_QUOTACHECK 25 /* quota counters */ 735#define XFS_SCRUB_TYPE_NLINKS 26 /* inode link counts */ 736#define XFS_SCRUB_TYPE_HEALTHY 27 /* everything checked out ok */ 737#define XFS_SCRUB_TYPE_DIRTREE 28 /* directory tree structure */ 738#define XFS_SCRUB_TYPE_METAPATH 29 /* metadata directory tree paths */ |
739#define XFS_SCRUB_TYPE_RGSUPER 30 /* realtime superblock */ |
|
739 740/* Number of scrub subcommands. */ | 740 741/* Number of scrub subcommands. */ |
741#define XFS_SCRUB_TYPE_NR 30 | 742#define XFS_SCRUB_TYPE_NR 31 |
742 743/* 744 * This special type code only applies to the vectored scrub implementation. 745 * 746 * If any of the previous scrub vectors recorded runtime errors or have 747 * sv_flags bits set that match the OFLAG bits in the barrier vector's 748 * sv_flags, set the barrier's sv_ret to -ECANCELED and return to userspace. 749 */ --- 334 unchanged lines hidden --- | 743 744/* 745 * This special type code only applies to the vectored scrub implementation. 746 * 747 * If any of the previous scrub vectors recorded runtime errors or have 748 * sv_flags bits set that match the OFLAG bits in the barrier vector's 749 * sv_flags, set the barrier's sv_ret to -ECANCELED and return to userspace. 750 */ --- 334 unchanged lines hidden --- |