Home
last modified time | relevance | path

Searched refs:xg_ref (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/libxfs/
H A Dxfs_group.c43 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()
H A Dxfs_group.h12 atomic_t xg_ref; /* passive reference count */ member
/linux/fs/xfs/
H A Dxfs_trace.h300 __entry->refcount = atomic_read(&pag->pag_group.xg_ref);
339 __entry->refcount = atomic_read(&xg->xg_ref);