Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_ag.c52 ASSERT(atomic_read(&pag->pag_ref) >= 0); in xfs_perag_get()
53 ref = atomic_inc_return(&pag->pag_ref); in xfs_perag_get()
80 ref = atomic_inc_return(&pag->pag_ref); in xfs_perag_get_tag()
92 ASSERT(atomic_read(&pag->pag_ref) > 0); in xfs_perag_put()
93 ref = atomic_dec_return(&pag->pag_ref); in xfs_perag_put()
176 ASSERT(atomic_read(&pag->pag_ref) == 0); in __xfs_free_perag()
195 ASSERT(atomic_read(&pag->pag_ref) == 0); in xfs_free_perag()
A Dxfs_ag.h35 atomic_t pag_ref; /* perag reference count */ member
A Dxfs_refcount_btree.c334 atomic_inc(&pag->pag_ref); in xfs_refcountbt_init_common()
A Dxfs_alloc_btree.c495 atomic_inc(&pag->pag_ref); in xfs_allocbt_init_common()
A Dxfs_rmap_btree.c464 atomic_inc(&pag->pag_ref); in xfs_rmapbt_init_common()
A Dxfs_ialloc_btree.c451 atomic_inc(&pag->pag_ref); in xfs_inobt_init_common()
/linux/fs/xfs/
A Dxfs_iwalk.c673 atomic_inc(&pag->pag_ref); in xfs_iwalk_threaded()

Completed in 15 milliseconds