Lines Matching defs:xfs_agf
612 typedef struct xfs_agf { struct
616 __be32 agf_magicnum; /* magic number == XFS_AGF_MAGIC */
617 __be32 agf_versionnum; /* header version == XFS_AGF_VERSION */
618 __be32 agf_seqno; /* sequence # starting from 0 */
619 __be32 agf_length; /* size in blocks of a.g. */
623 __be32 agf_roots[XFS_BTNUM_AGF]; /* root blocks */
624 __be32 agf_spare0; /* spare field */
625 __be32 agf_levels[XFS_BTNUM_AGF]; /* btree levels */
626 __be32 agf_spare1; /* spare field */
650 } xfs_agf_t; argument
652 #define XFS_AGF_CRC_OFF offsetof(struct xfs_agf, agf_crc) argument