Home
last modified time | relevance | path

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

/linux-6.14.4/fs/xfs/libxfs/
Dxfs_group.h8 struct xfs_group { struct
11 enum xfs_group_type xg_type; argument
12 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