Home
last modified time | relevance | path

Searched refs:xg_active_ref (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_group.c55 atomic_read(&xg->xg_active_ref) > 0); in xfs_group_hold()
84 if (!atomic_inc_not_zero(&xg->xg_active_ref)) in xfs_group_grab()
138 if (!atomic_inc_not_zero(&xg->xg_active_ref)) in xfs_group_grab_next_mark()
150 atomic_dec(&xg->xg_active_ref); in xfs_group_rele()
174 XFS_IS_CORRUPT(mp, atomic_read(&xg->xg_active_ref) != 0); in xfs_group_free()
201 atomic_set(&xg->xg_active_ref, 1); in xfs_group_insert()
H A Dxfs_group.h13 atomic_t xg_active_ref; /* active reference count */ member
/linux-6.15/fs/xfs/
H A Dxfs_filestream.c99 atomic_inc(&pag_group(pag)->xg_active_ref); in xfs_filestream_pick_ag()
225 atomic_inc(&pag_group(pag)->xg_active_ref); in xfs_filestream_lookup_association()
317 atomic_inc(&pag_group(args->pag)->xg_active_ref); in xfs_filestream_create_association()
H A Dxfs_zone_alloc.c410 if (atomic_inc_not_zero(&xg->xg_active_ref)) in xfs_find_free_zone()
970 atomic_inc(&rtg_group(rtg)->xg_active_ref); in xfs_init_zone()
H A Dxfs_trace.h208 atomic_read(&pag->pag_group.xg_active_ref);
246 __entry->active_refcount = atomic_read(&xg->xg_active_ref);