Home
last modified time | relevance | path

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

/linux/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()
175 XFS_IS_CORRUPT(mp, atomic_read(&xg->xg_active_ref) > 0); in xfs_group_free()
176 XFS_IS_CORRUPT(mp, atomic_read(&xg->xg_active_ref) < 0); in xfs_group_free()
205 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/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()
315 atomic_inc(&pag_group(args->pag)->xg_active_ref); in xfs_filestream_create_association()
H A Dxfs_zone_gc.c704 atomic_inc(&rtg_group(chunk->victim_rtg)->xg_active_ref); in xfs_zone_gc_start_chunk()
789 atomic_inc(&rtg_group(chunk->victim_rtg)->xg_active_ref); in xfs_zone_gc_split_write()
H A Dxfs_zone_alloc.c460 if (atomic_inc_not_zero(&xg->xg_active_ref)) in xfs_open_zone()
1089 atomic_inc(&rtg_group(rtg)->xg_active_ref); in xfs_init_zone()
H A Dxfs_trace.h302 atomic_read(&pag->pag_group.xg_active_ref);
340 __entry->active_refcount = atomic_read(&xg->xg_active_ref);