Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
A Dxfs_ag_resv.c95 avail < pag->pag_mount->m_agbtree_maxlevels, in xfs_ag_resv_critical()
96 pag->pag_mount, XFS_ERRTAG_AG_RESV_CRITICAL); in xfs_ag_resv_critical()
142 pag->pag_mount->m_ag_max_usable += resv->ar_asked; in __xfs_ag_resv_free()
152 error = xfs_mod_fdblocks(pag->pag_mount, oldresv, true); in __xfs_ag_resv_free()
158 trace_xfs_ag_resv_free_error(pag->pag_mount, pag->pag_agno, in __xfs_ag_resv_free()
185 struct xfs_mount *mp = pag->pag_mount; in __xfs_ag_resv_init()
221 trace_xfs_ag_resv_init_error(pag->pag_mount, pag->pag_agno, in __xfs_ag_resv_init()
253 struct xfs_mount *mp = pag->pag_mount; in xfs_ag_resv_init()
A Dxfs_ag.h33 struct xfs_mount *pag_mount; /* owner filesystem */ member
128 struct xfs_mount *mp = pag->pag_mount; in xfs_perag_next()
A 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()
A Dxfs_ialloc.c1682 error = xfs_ialloc_read_agi(pag->pag_mount, *tpp, pag->pag_agno, &agbp); in xfs_dialloc_try_ag()
A Dxfs_alloc.c2238 return min_t(xfs_extlen_t, pag->pag_mount->m_ag_max_usable, in xfs_alloc_longest_free_extent()
/linux/fs/xfs/
A 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()
1440 struct xfs_mount *mp = pag->pag_mount; in xfs_blockgc_worker()
1492 mod_delayed_work(pag->pag_mount->m_blockgc_wq, in xfs_blockgc_flush_all()
1632 struct xfs_mount *mp = pag->pag_mount; in xfs_icwalk_ag()
A 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()
A Dxfs_inode.c1933 if (XFS_TEST_ERROR(false, pag->pag_mount, XFS_ERRTAG_IUNLINK_FALLBACK)) in xfs_iunlink_add_backref()
2018 ASSERT(freed_anything == false || xfs_is_shutdown(pag->pag_mount)); in xfs_iunlink_destroy()
2437 struct xfs_mount *mp = pag->pag_mount; in xfs_ifree_mark_inode_stale()
A Dxfs_trace.h2853 __entry->dev = pag->pag_mount->m_super->s_dev;

Completed in 34 milliseconds