Home
last modified time | relevance | path

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

/linux-3.4.99/fs/xfs/
Dxfs_ag.h201 typedef struct xfs_perag { struct
202 struct xfs_mount *pag_mount; /* owner filesystem */
203 xfs_agnumber_t pag_agno; /* AG this structure belongs to */
204 atomic_t pag_ref; /* perag reference count */
205 char pagf_init; /* this agf's entry is initialized */
206 char pagi_init; /* this agi's entry is initialized */
207 char pagf_metadata; /* the agf is preferred to be metadata */
208 char pagi_inodeok; /* The agi is ok for inodes */
209 __uint8_t pagf_levels[XFS_BTNUM_AGF];
211 __uint32_t pagf_flcount; /* count of blocks in freelist */
[all …]