mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfs/122: add legacy timestamps to ondisk checker
Add these new ondisk structures. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Amir Goldstein <amir73il@gmail.com> Reviewed-by: Allison Henderson <allison.henderson@oracle.com> Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
committed by
Eryu Guan
parent
472f957a8c
commit
f806708c2c
@@ -181,6 +181,7 @@ struct xfs_iext_cursor
|
|||||||
struct xfs_ino_geometry
|
struct xfs_ino_geometry
|
||||||
struct xfs_attrlist
|
struct xfs_attrlist
|
||||||
struct xfs_attrlist_ent
|
struct xfs_attrlist_ent
|
||||||
|
struct xfs_legacy_ictimestamp
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
echo 'int main(int argc, char *argv[]) {' >>$cprog
|
echo 'int main(int argc, char *argv[]) {' >>$cprog
|
||||||
|
|||||||
@@ -97,6 +97,7 @@ sizeof(struct xfs_inode_log_format) = 56
|
|||||||
sizeof(struct xfs_inode_log_format_32) = 52
|
sizeof(struct xfs_inode_log_format_32) = 52
|
||||||
sizeof(struct xfs_inumbers) = 24
|
sizeof(struct xfs_inumbers) = 24
|
||||||
sizeof(struct xfs_inumbers_req) = 64
|
sizeof(struct xfs_inumbers_req) = 64
|
||||||
|
sizeof(struct xfs_legacy_timestamp) = 8
|
||||||
sizeof(struct xfs_log_dinode) = 176
|
sizeof(struct xfs_log_dinode) = 176
|
||||||
sizeof(struct xfs_map_extent) = 32
|
sizeof(struct xfs_map_extent) = 32
|
||||||
sizeof(struct xfs_phys_extent) = 16
|
sizeof(struct xfs_phys_extent) = 16
|
||||||
|
|||||||
Reference in New Issue
Block a user