Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
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()
A Dxfs_group.h13 atomic_t xg_active_ref; /* active reference count */ member
/fs/xfs/
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()
A Dxfs_zone_alloc.c427 if (atomic_inc_not_zero(&xg->xg_active_ref)) in xfs_find_free_zone()
1080 atomic_inc(&rtg_group(rtg)->xg_active_ref); in xfs_init_zone()
A Dxfs_trace.h298 atomic_read(&pag->pag_group.xg_active_ref);
336 __entry->active_refcount = atomic_read(&xg->xg_active_ref);

Completed in 15 milliseconds