Home
last modified time | relevance | path

Searched refs:pag_ref (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_sb.c49 ASSERT(atomic_read(&pag->pag_ref) >= 0); in xfs_perag_get()
50 ref = atomic_inc_return(&pag->pag_ref); in xfs_perag_get()
77 ref = atomic_inc_return(&pag->pag_ref); in xfs_perag_get_tag()
89 ASSERT(atomic_read(&pag->pag_ref) > 0); in xfs_perag_put()
90 ref = atomic_dec_return(&pag->pag_ref); in xfs_perag_put()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_mount.h315 atomic_t pag_ref; /* perag reference count */ member
H A Dxfs_mount.c147 XFS_IS_CORRUPT(pag->pag_mount, atomic_read(&pag->pag_ref) != 0); in xfs_free_perag()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_trace.h178 __entry->refcount = atomic_read(&pag->pag_ref);

Completed in 12 milliseconds