| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [PATCH 07/28] xfs: add fs geometry bit for sparse inode chunks |
| From: | Brian Foster <bfoster@xxxxxxxxxx> |
| Date: | Tue, 2 Jun 2015 14:41:40 -0400 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| In-reply-to: | <1433270521-62026-1-git-send-email-bfoster@xxxxxxxxxx> |
| References: | <1433270521-62026-1-git-send-email-bfoster@xxxxxxxxxx> |
Define an fs geometry bit for sparse inode chunks such that the
characteristic of the fs can be identified by userspace.
Signed-off-by: Brian Foster <bfoster@xxxxxxxxxx>
---
libxfs/xfs_fs.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/libxfs/xfs_fs.h b/libxfs/xfs_fs.h
index 18dc721..89689c6 100644
--- a/libxfs/xfs_fs.h
+++ b/libxfs/xfs_fs.h
@@ -239,6 +239,7 @@ typedef struct xfs_fsop_resblks {
#define XFS_FSOP_GEOM_FLAGS_V5SB 0x8000 /* version 5 superblock */
#define XFS_FSOP_GEOM_FLAGS_FTYPE 0x10000 /* inode directory types */
#define XFS_FSOP_GEOM_FLAGS_FINOBT 0x20000 /* free inode btree */
+#define XFS_FSOP_GEOM_FLAGS_SPINODES 0x40000 /* sparse inode chunks */
/*
* Minimum and maximum sizes need for growth checks.
--
1.9.3
|
| Previous by Date: | [PATCH 01/28] xfs: create individual inode alloc. helper, Brian Foster |
|---|---|
| Next by Date: | [PATCH 10/28] xfs: enable sparse inode chunks for v5 superblocks, Brian Foster |
| Previous by Thread: | [PATCH 01/28] xfs: create individual inode alloc. helper, Brian Foster |
| Next by Thread: | [PATCH 10/28] xfs: enable sparse inode chunks for v5 superblocks, Brian Foster |
| Indexes: | [Date] [Thread] [Top] [All Lists] |