Searched defs:xfs_perag (Results 1 – 1 of 1) sorted by relevance
32 struct xfs_perag { struct33 struct xfs_mount *pag_mount; /* owner filesystem */34 xfs_agnumber_t pag_agno; /* AG this structure belongs to */35 atomic_t pag_ref; /* perag reference count */36 char pagf_init; /* this agf's entry is initialized */37 char pagi_init; /* this agi's entry is initialized */38 char pagf_metadata; /* the agf is preferred to be metadata */39 char pagi_inodeok; /* The agi is ok for inodes */40 uint8_t pagf_levels[XFS_BTNUM_AGF];42 bool pagf_agflreset; /* agfl requires reset before use */[all …]