Searched defs:xfs_agf (Results 1 – 1 of 1) sorted by relevance
491 typedef struct xfs_agf { struct497 __be32 agf_seqno; /* sequence # starting from 0 */498 __be32 agf_length; /* size in blocks of a.g. */502 __be32 agf_roots[XFS_BTNUM_AGF]; /* root blocks */503 __be32 agf_levels[XFS_BTNUM_AGF]; /* btree levels */505 __be32 agf_flfirst; /* first freelist block's index */506 __be32 agf_fllast; /* last freelist block's index */507 __be32 agf_flcount; /* count of blocks in freelist */508 __be32 agf_freeblks; /* total free blocks */533 } xfs_agf_t; argument[all …]