Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
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_put()
90 atomic_dec(&pag->pag_ref); in xfs_perag_put()
249 XFS_IS_CORRUPT(pag->pag_mount, atomic_read(&pag->pag_ref) != 0); in xfs_free_perag()
A Dxfs_ag.h35 atomic_t pag_ref; /* passive reference count */ member
A Dxfs_refcount_btree.c343 atomic_inc(&pag->pag_ref); in xfs_refcountbt_init_common()
A Dxfs_alloc_btree.c496 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-6.3-rc2/fs/xfs/
A Dxfs_iunlink_item.c172 atomic_inc(&pag->pag_ref); in xfs_iunlink_log_inode()
A Dxfs_iwalk.c673 atomic_inc(&pag->pag_ref); in xfs_iwalk_threaded()
A Dxfs_trace.h175 __entry->refcount = atomic_read(&pag->pag_ref);

Completed in 22 milliseconds