Searched defs:xfs_group (Results 1 – 1 of 1) sorted by relevance
8 struct xfs_group { struct11 enum xfs_group_type xg_type; argument12 atomic_t xg_ref; /* passive reference count */13 atomic_t xg_active_ref; /* active reference count */16 uint32_t xg_block_count; /* max usable gbno */17 uint32_t xg_min_gbno; /* min usable gbno */25 struct xfs_extent_busy_tree *xg_busy_extents;51 struct xfs_group *xfs_group_get(struct xfs_mount *mp, uint32_t index, argument