Searched defs:xfs_perag (Results 1 – 1 of 1) sorted by relevance
266 typedef struct xfs_perag { struct267 struct xfs_mount *pag_mount; /* owner filesystem */268 xfs_agnumber_t pag_agno; /* AG this structure belongs to */269 atomic_t pag_ref; /* perag reference count */270 char pagf_init; /* this agf's entry is initialized */271 char pagi_init; /* this agi's entry is initialized */272 char pagf_metadata; /* the agf is preferred to be metadata */273 char pagi_inodeok; /* The agi is ok for inodes */274 __uint8_t pagf_levels[XFS_BTNUM_AGF];276 __uint32_t pagf_flcount; /* count of blocks in freelist */[all …]