Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_format.h587 typedef struct xfs_agi { struct
591 __be32 agi_magicnum; /* magic number == XFS_AGI_MAGIC */
592 __be32 agi_versionnum; /* header version == XFS_AGI_VERSION */
593 __be32 agi_seqno; /* sequence # starting from 0 */
594 __be32 agi_length; /* size in blocks of a.g. */
600 __be32 agi_count; /* count of allocated inodes */
601 __be32 agi_root; /* root of inode btree */
602 __be32 agi_level; /* levels in inode btree */
603 __be32 agi_freecount; /* number of free inodes */
627 } xfs_agi_t; argument
[all …]