Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/libxfs/
Dxfs_ag_resv.c95 pag->pag_mount, XFS_ERRTAG_AG_RESV_CRITICAL); in xfs_ag_resv_critical()
141 pag->pag_mount->m_ag_max_usable += resv->ar_asked; in __xfs_ag_resv_free()
151 error = xfs_mod_fdblocks(pag->pag_mount, oldresv, true); in __xfs_ag_resv_free()
157 trace_xfs_ag_resv_free_error(pag->pag_mount, pag->pag_agno, in __xfs_ag_resv_free()
184 struct xfs_mount *mp = pag->pag_mount; in __xfs_ag_resv_init()
220 trace_xfs_ag_resv_init_error(pag->pag_mount, pag->pag_agno, in __xfs_ag_resv_init()
252 struct xfs_mount *mp = pag->pag_mount; in xfs_ag_resv_init()
Dxfs_ag.h33 struct xfs_mount *pag_mount; /* owner filesystem */ member
Dxfs_ag.c94 trace_xfs_perag_put(pag->pag_mount, pag->pag_agno, ref, _RET_IP_); in xfs_perag_put()
234 pag->pag_mount = mp; in xfs_initialize_perag()
Dxfs_ialloc.c1682 error = xfs_ialloc_read_agi(pag->pag_mount, *tpp, pag->pag_agno, &agbp); in xfs_dialloc_try_ag()
Dxfs_alloc.c2237 return min_t(xfs_extlen_t, pag->pag_mount->m_ag_max_usable, in xfs_alloc_longest_free_extent()
/Linux-v5.15/fs/xfs/
Dxfs_health.c183 trace_xfs_ag_mark_sick(pag->pag_mount, pag->pag_agno, mask); in xfs_ag_mark_sick()
198 trace_xfs_ag_mark_healthy(pag->pag_mount, pag->pag_agno, mask); in xfs_ag_mark_healthy()
Dxfs_icache.c206 struct xfs_mount *mp = pag->pag_mount; in xfs_blockgc_queue()
213 queue_delayed_work(pag->pag_mount->m_blockgc_wq, in xfs_blockgc_queue()
226 struct xfs_mount *mp = pag->pag_mount; in xfs_perag_set_inode_tag()
265 struct xfs_mount *mp = pag->pag_mount; in xfs_perag_clear_inode_tag()
1461 struct xfs_mount *mp = pag->pag_mount; in xfs_blockgc_worker()
1513 mod_delayed_work(pag->pag_mount->m_blockgc_wq, in xfs_blockgc_flush_all()
1653 struct xfs_mount *mp = pag->pag_mount; in xfs_icwalk_ag()
Dxfs_inode.c1939 if (XFS_TEST_ERROR(false, pag->pag_mount, XFS_ERRTAG_IUNLINK_FALLBACK)) in xfs_iunlink_add_backref()
2024 ASSERT(freed_anything == false || xfs_is_shutdown(pag->pag_mount)); in xfs_iunlink_destroy()
2443 struct xfs_mount *mp = pag->pag_mount; in xfs_ifree_mark_inode_stale()
Dxfs_trace.h2853 __entry->dev = pag->pag_mount->m_super->s_dev;