Searched refs:pag_ref (Results 1 – 8 of 8) sorted by relevance
52 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()194 XFS_IS_CORRUPT(pag->pag_mount, atomic_read(&pag->pag_ref) != 0); in xfs_free_perag()
35 atomic_t pag_ref; /* perag reference count */ member
343 atomic_inc(&pag->pag_ref); in xfs_refcountbt_init_common()
496 atomic_inc(&pag->pag_ref); in xfs_allocbt_init_common()
464 atomic_inc(&pag->pag_ref); in xfs_rmapbt_init_common()
451 atomic_inc(&pag->pag_ref); in xfs_inobt_init_common()
172 atomic_inc(&pag->pag_ref); in xfs_iunlink_log_inode()
673 atomic_inc(&pag->pag_ref); in xfs_iwalk_threaded()