Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_ag.c52 ASSERT(atomic_read(&pag->pag_ref) >= 0); in xfs_perag_get()
53 atomic_inc(&pag->pag_ref); in xfs_perag_get()
79 atomic_inc(&pag->pag_ref); in xfs_perag_get_tag()
89 ASSERT(atomic_read(&pag->pag_ref) > 0 || in xfs_perag_hold()
93 atomic_inc(&pag->pag_ref); in xfs_perag_hold()
102 ASSERT(atomic_read(&pag->pag_ref) > 0); in xfs_perag_put()
103 atomic_dec(&pag->pag_ref); in xfs_perag_put()
262 XFS_IS_CORRUPT(pag->pag_mount, atomic_read(&pag->pag_ref) != 0); in xfs_free_perag()
H A Dxfs_ag.h35 atomic_t pag_ref; /* passive reference count */ member
/openbmc/linux/fs/xfs/
H A Dxfs_trace.h178 __entry->refcount = atomic_read(&pag->pag_ref);