Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/libxfs/
Dxfs_format.h611 typedef struct xfs_agi { struct
615 __be32 agi_magicnum; /* magic number == XFS_AGI_MAGIC */
616 __be32 agi_versionnum; /* header version == XFS_AGI_VERSION */
617 __be32 agi_seqno; /* sequence # starting from 0 */
618 __be32 agi_length; /* size in blocks of a.g. */
624 __be32 agi_count; /* count of allocated inodes */
625 __be32 agi_root; /* root of inode btree */
626 __be32 agi_level; /* levels in inode btree */
627 __be32 agi_freecount; /* number of free inodes */
651 } xfs_agi_t; argument
[all …]