Searched refs:pag_mount (Results 1 – 12 of 12) sorted by relevance
/Linux-v6.1/fs/xfs/libxfs/ |
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()
|
D | xfs_ag.h | 33 struct xfs_mount *pag_mount; /* owner filesystem */ member 193 struct xfs_mount *mp = pag->pag_mount; in xfs_perag_next()
|
D | xfs_ag.c | 94 trace_xfs_perag_put(pag->pag_mount, pag->pag_agno, ref, _RET_IP_); in xfs_perag_put() 194 XFS_IS_CORRUPT(pag->pag_mount, atomic_read(&pag->pag_ref) != 0); in xfs_free_perag() 292 pag->pag_mount = mp; in xfs_initialize_perag() 823 struct xfs_mount *mp = pag->pag_mount; in xfs_ag_shrink_space() 952 ASSERT(pag->pag_agno == pag->pag_mount->m_sb.sb_agcount - 1); in xfs_ag_extend_space() 985 error = xfs_free_extent(tp, XFS_AGB_TO_FSB(pag->pag_mount, pag->pag_agno, in xfs_ag_extend_space() 994 __xfs_agino_range(pag->pag_mount, pag->block_count, &pag->agino_min, in xfs_ag_extend_space()
|
D | xfs_alloc.c | 709 struct xfs_mount *mp = pag->pag_mount; in xfs_alloc_read_agfl() 2253 return min_t(xfs_extlen_t, pag->pag_mount->m_ag_max_usable, in xfs_alloc_longest_free_extent() 3058 struct xfs_mount *mp = pag->pag_mount; in xfs_read_agf() 3061 trace_xfs_read_agf(pag->pag_mount, pag->pag_agno); in xfs_read_agf() 3090 trace_xfs_alloc_read_agf(pag->pag_mount, pag->pag_agno); in xfs_alloc_read_agf() 3115 pag->pagf_agflreset = xfs_agfl_needs_reset(pag->pag_mount, agf); in xfs_alloc_read_agf() 3125 if (xfs_has_rmapbt(pag->pag_mount)) in xfs_alloc_read_agf() 3129 &pag->pag_mount->m_allocbt_blks); in xfs_alloc_read_agf() 3132 else if (!xfs_is_shutdown(pag->pag_mount)) { in xfs_alloc_read_agf()
|
D | xfs_ialloc.c | 2578 struct xfs_mount *mp = pag->pag_mount; in xfs_read_agi() 2581 trace_xfs_read_agi(pag->pag_mount, pag->pag_agno); in xfs_read_agi() 2609 trace_xfs_ialloc_read_agi(pag->pag_mount, pag->pag_agno); in xfs_ialloc_read_agi() 2627 xfs_is_shutdown(pag->pag_mount)); in xfs_ialloc_read_agi()
|
D | xfs_ialloc_btree.c | 688 struct xfs_mount *mp = pag->pag_mount; in xfs_inobt_max_size()
|
/Linux-v6.1/fs/xfs/ |
D | xfs_icache.c | 209 struct xfs_mount *mp = pag->pag_mount; in xfs_blockgc_queue() 216 queue_delayed_work(pag->pag_mount->m_blockgc_wq, in xfs_blockgc_queue() 229 struct xfs_mount *mp = pag->pag_mount; in xfs_perag_set_inode_tag() 268 struct xfs_mount *mp = pag->pag_mount; in xfs_perag_clear_inode_tag() 1453 struct xfs_mount *mp = pag->pag_mount; in xfs_blockgc_worker() 1505 mod_delayed_work(pag->pag_mount->m_blockgc_wq, in xfs_blockgc_flush_all() 1645 struct xfs_mount *mp = pag->pag_mount; in xfs_icwalk_ag()
|
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()
|
D | xfs_log_recover.c | 2641 struct xfs_mount *mp = pag->pag_mount; in xlog_recover_clear_agi_bucket() 2682 struct xfs_mount *mp = pag->pag_mount; in xlog_recover_iunlink_bucket() 2792 xfs_inodegc_flush(pag->pag_mount); in xlog_recover_iunlink_ag()
|
D | xfs_reflink.c | 146 cur = xfs_refcountbt_init_cursor(pag->pag_mount, tp, agbp, pag); in xfs_reflink_find_shared()
|
D | xfs_inode.c | 2089 struct xfs_mount *mp = pag->pag_mount; in xfs_ifree_mark_inode_stale()
|
D | xfs_trace.h | 2847 __entry->dev = pag->pag_mount->m_super->s_dev;
|