Searched defs:xfs_perag (Results 1 – 2 of 2) sorted by relevance
312 typedef struct xfs_perag { struct313 struct xfs_mount *pag_mount; /* owner filesystem */314 xfs_agnumber_t pag_agno; /* AG this structure belongs to */315 atomic_t pag_ref; /* perag reference count */316 char pagf_init; /* this agf's entry is initialized */317 char pagi_init; /* this agi's entry is initialized */318 char pagf_metadata; /* the agf is preferred to be metadata */319 char pagi_inodeok; /* The agi is ok for inodes */320 uint8_t pagf_levels[XFS_BTNUM_AGF];322 bool pagf_agflreset; /* agfl requires reset before use */[all …]
334 typedef struct xfs_perag { struct335 struct xfs_mount *pag_mount; /* owner filesystem */336 xfs_agnumber_t pag_agno; /* AG this structure belongs to */337 atomic_t pag_ref; /* perag reference count */338 char pagf_init; /* this agf's entry is initialized */339 char pagi_init; /* this agi's entry is initialized */340 char pagf_metadata; /* the agf is preferred to be metadata */341 char pagi_inodeok; /* The agi is ok for inodes */342 uint8_t pagf_levels[XFS_BTNUM_AGF];344 bool pagf_agflreset; /* agfl requires reset before use */[all …]