Searched defs:xfs_agi (Results 1 – 1 of 1) sorted by relevance
734 typedef struct xfs_agi { struct738 __be32 agi_magicnum; /* magic number == XFS_AGI_MAGIC */739 __be32 agi_versionnum; /* header version == XFS_AGI_VERSION */740 __be32 agi_seqno; /* sequence # starting from 0 */741 __be32 agi_length; /* size in blocks of a.g. */747 __be32 agi_count; /* count of allocated inodes */771 } xfs_agi_t; argument773 #define XFS_AGI_CRC_OFF offsetof(struct xfs_agi, agi_crc) argument