Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_ag.c52 ASSERT(atomic_read(&pag->pag_ref) >= 0); in xfs_perag_get()
53 atomic_inc(&pag->pag_ref); in xfs_perag_get()
64 ASSERT(atomic_read(&pag->pag_ref) > 0 || in xfs_perag_hold()
68 atomic_inc(&pag->pag_ref); in xfs_perag_hold()
77 ASSERT(atomic_read(&pag->pag_ref) > 0); in xfs_perag_put()
78 atomic_dec(&pag->pag_ref); in xfs_perag_put()
203 XFS_IS_CORRUPT(pag->pag_mount, atomic_read(&pag->pag_ref) != 0); in xfs_free_perag_range()
Dxfs_ag.h35 atomic_t pag_ref; /* passive reference count */ member
/linux-6.12.1/fs/xfs/
Dxfs_trace.h196 __entry->refcount = atomic_read(&pag->pag_ref);