We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c928d commit 2fafedeCopy full SHA for 2fafede
dissect/xfs/c_xfs.py
@@ -608,16 +608,16 @@
608
uint32_t bb_magic; /* magic number for block type */
609
uint16_t bb_level; /* 0 is a leaf */
610
uint16_t bb_numrecs; /* current # of data records */
611
- uint32_t bb_leftsib;
612
- uint32_t bb_rightsib;
+ uint64_t bb_leftsib;
+ uint64_t bb_rightsib;
613
};
614
615
struct xfs_btree_lblock_crc {
616
617
618
619
620
621
uint64_t bb_blkno;
622
uint64_t bb_lsn;
623
char bb_uuid[16];
0 commit comments