Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_mount.h271 typedef struct xfs_perag { struct
272 struct xfs_mount *pag_mount; /* owner filesystem */
273 xfs_agnumber_t pag_agno; /* AG this structure belongs to */
274 atomic_t pag_ref; /* perag reference count */
275 char pagf_init; /* this agf's entry is initialized */
276 char pagi_init; /* this agi's entry is initialized */
277 char pagf_metadata; /* the agf is preferred to be metadata */
278 char pagi_inodeok; /* The agi is ok for inodes */
279 __uint8_t pagf_levels[XFS_BTNUM_AGF];
281 bool pagf_agflreset; /* agfl requires reset before use */
[all …]