xfs_fs.h (80e4e12688029e42fc6ab4cf7f229b090c61e6a7) | xfs_fs.h (99d9d8d05da26f47aa8412397407f962bcb4713a) |
---|---|
1/* 2 * Copyright (c) 1995-2005 Silicon Graphics, Inc. 3 * All Rights Reserved. 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU Lesser General Public License 7 * as published by the Free Software Foundation. 8 * --- 481 unchanged lines hidden (view full) --- 490#define XFS_SCRUB_TYPE_AGI 4 /* AG inode header */ 491#define XFS_SCRUB_TYPE_BNOBT 5 /* freesp by block btree */ 492#define XFS_SCRUB_TYPE_CNTBT 6 /* freesp by length btree */ 493#define XFS_SCRUB_TYPE_INOBT 7 /* inode btree */ 494#define XFS_SCRUB_TYPE_FINOBT 8 /* free inode btree */ 495#define XFS_SCRUB_TYPE_RMAPBT 9 /* reverse mapping btree */ 496#define XFS_SCRUB_TYPE_REFCNTBT 10 /* reference count btree */ 497#define XFS_SCRUB_TYPE_INODE 11 /* inode record */ | 1/* 2 * Copyright (c) 1995-2005 Silicon Graphics, Inc. 3 * All Rights Reserved. 4 * 5 * This program is free software; you can redistribute it and/or 6 * modify it under the terms of the GNU Lesser General Public License 7 * as published by the Free Software Foundation. 8 * --- 481 unchanged lines hidden (view full) --- 490#define XFS_SCRUB_TYPE_AGI 4 /* AG inode header */ 491#define XFS_SCRUB_TYPE_BNOBT 5 /* freesp by block btree */ 492#define XFS_SCRUB_TYPE_CNTBT 6 /* freesp by length btree */ 493#define XFS_SCRUB_TYPE_INOBT 7 /* inode btree */ 494#define XFS_SCRUB_TYPE_FINOBT 8 /* free inode btree */ 495#define XFS_SCRUB_TYPE_RMAPBT 9 /* reverse mapping btree */ 496#define XFS_SCRUB_TYPE_REFCNTBT 10 /* reference count btree */ 497#define XFS_SCRUB_TYPE_INODE 11 /* inode record */ |
498#define XFS_SCRUB_TYPE_BMBTD 12 /* data fork block mapping */ 499#define XFS_SCRUB_TYPE_BMBTA 13 /* attr fork block mapping */ 500#define XFS_SCRUB_TYPE_BMBTC 14 /* CoW fork block mapping */ |
|
498 499/* Number of scrub subcommands. */ | 501 502/* Number of scrub subcommands. */ |
500#define XFS_SCRUB_TYPE_NR 12 | 503#define XFS_SCRUB_TYPE_NR 15 |
501 502/* i: Repair this metadata. */ 503#define XFS_SCRUB_IFLAG_REPAIR (1 << 0) 504 505/* o: Metadata object needs repair. */ 506#define XFS_SCRUB_OFLAG_CORRUPT (1 << 1) 507 508/* --- 120 unchanged lines hidden --- | 504 505/* i: Repair this metadata. */ 506#define XFS_SCRUB_IFLAG_REPAIR (1 << 0) 507 508/* o: Metadata object needs repair. */ 509#define XFS_SCRUB_OFLAG_CORRUPT (1 << 1) 510 511/* --- 120 unchanged lines hidden --- |