xfs_fs.h (89d139d5ad465e35a9c602421eb1a1ff08ea530d) | xfs_fs.h (75efa57d0bf5fcf650a183f0ce0dc011ba8c4bc8) |
---|---|
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 --- 564 unchanged lines hidden (view full) --- 573#define XFS_SCRUB_TYPE_XATTR 16 /* extended attribute */ 574#define XFS_SCRUB_TYPE_SYMLINK 17 /* symbolic link */ 575#define XFS_SCRUB_TYPE_PARENT 18 /* parent pointers */ 576#define XFS_SCRUB_TYPE_RTBITMAP 19 /* realtime bitmap */ 577#define XFS_SCRUB_TYPE_RTSUM 20 /* realtime summary */ 578#define XFS_SCRUB_TYPE_UQUOTA 21 /* user quotas */ 579#define XFS_SCRUB_TYPE_GQUOTA 22 /* group quotas */ 580#define XFS_SCRUB_TYPE_PQUOTA 23 /* project quotas */ | 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 --- 564 unchanged lines hidden (view full) --- 573#define XFS_SCRUB_TYPE_XATTR 16 /* extended attribute */ 574#define XFS_SCRUB_TYPE_SYMLINK 17 /* symbolic link */ 575#define XFS_SCRUB_TYPE_PARENT 18 /* parent pointers */ 576#define XFS_SCRUB_TYPE_RTBITMAP 19 /* realtime bitmap */ 577#define XFS_SCRUB_TYPE_RTSUM 20 /* realtime summary */ 578#define XFS_SCRUB_TYPE_UQUOTA 21 /* user quotas */ 579#define XFS_SCRUB_TYPE_GQUOTA 22 /* group quotas */ 580#define XFS_SCRUB_TYPE_PQUOTA 23 /* project quotas */ |
581#define XFS_SCRUB_TYPE_FSCOUNTERS 24 /* fs summary counters */ |
|
581 582/* Number of scrub subcommands. */ | 582 583/* Number of scrub subcommands. */ |
583#define XFS_SCRUB_TYPE_NR 24 | 584#define XFS_SCRUB_TYPE_NR 25 |
584 585/* i: Repair this metadata. */ 586#define XFS_SCRUB_IFLAG_REPAIR (1 << 0) 587 588/* o: Metadata object needs repair. */ 589#define XFS_SCRUB_OFLAG_CORRUPT (1 << 1) 590 591/* --- 129 unchanged lines hidden --- | 585 586/* i: Repair this metadata. */ 587#define XFS_SCRUB_IFLAG_REPAIR (1 << 0) 588 589/* o: Metadata object needs repair. */ 590#define XFS_SCRUB_OFLAG_CORRUPT (1 << 1) 591 592/* --- 129 unchanged lines hidden --- |