Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_sb.c48 ASSERT(atomic_read(&pag->pag_ref) >= 0); in xfs_perag_get()
49 ref = atomic_inc_return(&pag->pag_ref); in xfs_perag_get()
76 ref = atomic_inc_return(&pag->pag_ref); in xfs_perag_get_tag()
88 ASSERT(atomic_read(&pag->pag_ref) > 0); in xfs_perag_put()
89 ref = atomic_dec_return(&pag->pag_ref); in xfs_perag_put()
/fs/xfs/
Dxfs_mount.h346 atomic_t pag_ref; /* perag reference count */ member
Dxfs_mount.c129 ASSERT(atomic_read(&pag->pag_ref) == 0); in __xfs_free_perag()
148 ASSERT(atomic_read(&pag->pag_ref) == 0); in xfs_free_perag()