xfs_fs.h (0f28b25731f76feda1ec71671754a2b7179ee1ef) | xfs_fs.h (29b0767b8beb4c5e3fd94656d51413a4fe8d2d74) |
---|---|
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 * --- 488 unchanged lines hidden (view full) --- 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 */ 501#define XFS_SCRUB_TYPE_DIR 15 /* directory */ 502#define XFS_SCRUB_TYPE_XATTR 16 /* extended attribute */ 503#define XFS_SCRUB_TYPE_SYMLINK 17 /* symbolic link */ 504#define XFS_SCRUB_TYPE_PARENT 18 /* parent pointers */ | 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 * --- 488 unchanged lines hidden (view full) --- 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 */ 501#define XFS_SCRUB_TYPE_DIR 15 /* directory */ 502#define XFS_SCRUB_TYPE_XATTR 16 /* extended attribute */ 503#define XFS_SCRUB_TYPE_SYMLINK 17 /* symbolic link */ 504#define XFS_SCRUB_TYPE_PARENT 18 /* parent pointers */ |
505#define XFS_SCRUB_TYPE_RTBITMAP 19 /* realtime bitmap */ 506#define XFS_SCRUB_TYPE_RTSUM 20 /* realtime summary */ |
|
505 506/* Number of scrub subcommands. */ | 507 508/* Number of scrub subcommands. */ |
507#define XFS_SCRUB_TYPE_NR 19 | 509#define XFS_SCRUB_TYPE_NR 21 |
508 509/* i: Repair this metadata. */ 510#define XFS_SCRUB_IFLAG_REPAIR (1 << 0) 511 512/* o: Metadata object needs repair. */ 513#define XFS_SCRUB_OFLAG_CORRUPT (1 << 1) 514 515/* --- 120 unchanged lines hidden --- | 510 511/* i: Repair this metadata. */ 512#define XFS_SCRUB_IFLAG_REPAIR (1 << 0) 513 514/* o: Metadata object needs repair. */ 515#define XFS_SCRUB_OFLAG_CORRUPT (1 << 1) 516 517/* --- 120 unchanged lines hidden --- |