| To: | xfs@xxxxxxxxxxx |
|---|---|
| Subject: | [RFC 15/17] xfsprogs: add basic parent pointer support to xfs_db |
| From: | Mark Tinguely <tinguely@xxxxxxx> |
| Date: | Wed, 15 Jan 2014 16:00:27 -0600 |
| Delivered-to: | xfs@xxxxxxxxxxx |
| References: | <20140115220012.624438534@xxxxxxx> |
| User-agent: | quilt/0.51-1 |
Add basic parent pointer support to xfs_db. Not at all complete.
---
db/inode.c | 2 ++
---
db/inode.c | 2 ++
1 file changed, 2 insertions(+)
Index: b/db/inode.c
===================================================================
--- a/db/inode.c
+++ b/db/inode.c
@@ -175,6 +175,8 @@ const field_t inode_v3_flds[] = {
{ "crtime", FLDT_TIMESTAMP, OI(COFF(crtime)), C1, 0, TYP_NONE },
{ "inumber", FLDT_INO, OI(COFF(ino)), C1, 0, TYP_NONE },
{ "uuid", FLDT_UUID, OI(COFF(uuid)), C1, 0, TYP_NONE },
+ { "parent", FLDT_UINT64D, OI(COFF(parent)), C1, 0, TYP_NONE },
+ { "poffset", FLDT_UINT32X, OI(OFF(poffset)), C1, 0, TYP_NONE },
{ NULL }
};
|
| Previous by Date: | [RFC 16/17] xfsprogs: add parent pointer support to xfs_io, Mark Tinguely |
|---|---|
| Next by Date: | [RFC 12/17] xfs: (parent ptr) add parent pointer support for user space, Mark Tinguely |
| Previous by Thread: | [RFC 16/17] xfsprogs: add parent pointer support to xfs_io, Mark Tinguely |
| Next by Thread: | [RFC 12/17] xfs: (parent ptr) add parent pointer support for user space, Mark Tinguely |
| Indexes: | [Date] [Thread] [Top] [All Lists] |