Searched refs:pag_mount (Results 1 – 9 of 9) sorted by relevance
/linux/fs/xfs/libxfs/ |
A D | xfs_ag_resv.c | 95 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 D | xfs_ag.h | 33 struct xfs_mount *pag_mount; /* owner filesystem */ member 128 struct xfs_mount *mp = pag->pag_mount; in xfs_perag_next()
|
A D | xfs_ag.c | 94 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 D | xfs_ialloc.c | 1682 error = xfs_ialloc_read_agi(pag->pag_mount, *tpp, pag->pag_agno, &agbp); in xfs_dialloc_try_ag()
|
A D | xfs_alloc.c | 2238 return min_t(xfs_extlen_t, pag->pag_mount->m_ag_max_usable, in xfs_alloc_longest_free_extent()
|
/linux/fs/xfs/ |
A D | xfs_icache.c | 206 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 D | xfs_health.c | 183 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 D | xfs_inode.c | 1933 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 D | xfs_trace.h | 2853 __entry->dev = pag->pag_mount->m_super->s_dev;
|
Completed in 34 milliseconds