Searched refs:xg_ref (Results 1 – 3 of 3) sorted by relevance
43 ASSERT(atomic_read(&xg->xg_ref) >= 0); in xfs_group_get()44 atomic_inc(&xg->xg_ref); in xfs_group_get()54 ASSERT(atomic_read(&xg->xg_ref) > 0 || in xfs_group_hold()58 atomic_inc(&xg->xg_ref); in xfs_group_hold()68 ASSERT(atomic_read(&xg->xg_ref) > 0); in xfs_group_put()69 atomic_dec(&xg->xg_ref); in xfs_group_put()162 XFS_IS_CORRUPT(mp, atomic_read(&xg->xg_ref) != 0); in xfs_group_free()
12 atomic_t xg_ref; /* passive reference count */ member
300 __entry->refcount = atomic_read(&pag->pag_group.xg_ref);339 __entry->refcount = atomic_read(&xg->xg_ref);