Home
last modified time | relevance | path

Searched defs:xfs_agi (Results 1 – 1 of 1) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_format.h589 typedef struct xfs_agi { struct
593 __be32 agi_magicnum; /* magic number == XFS_AGI_MAGIC */
594 __be32 agi_versionnum; /* header version == XFS_AGI_VERSION */
595 __be32 agi_seqno; /* sequence # starting from 0 */
596 __be32 agi_length; /* size in blocks of a.g. */
602 __be32 agi_count; /* count of allocated inodes */
603 __be32 agi_root; /* root of inode btree */
604 __be32 agi_level; /* levels in inode btree */
605 __be32 agi_freecount; /* number of free inodes */
629 } xfs_agi_t; argument
[all …]