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; /* passive reference count */36 atomic_t pag_active_ref; /* active reference count */37 wait_queue_head_t pag_active_wq;/* woken active_ref falls to zero */38 unsigned long pag_opstate;39 uint8_t pagf_levels[XFS_BTNUM_AGF];41 uint32_t pagf_flcount; /* count of blocks in freelist */42 xfs_extlen_t pagf_freeblks; /* total free blocks */[all …]