Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_ag_resv.c73 struct xfs_mount *mp = pag_mount(pag); in xfs_ag_resv_critical()
142 pag_mount(pag)->m_ag_max_usable += resv->ar_asked; in __xfs_ag_resv_free()
152 xfs_add_fdblocks(pag_mount(pag), oldresv); in __xfs_ag_resv_free()
174 struct xfs_mount *mp = pag_mount(pag); in __xfs_ag_resv_init()
241 struct xfs_mount *mp = pag_mount(pag); in xfs_ag_resv_init()
H A Dxfs_ag.h105 static inline struct xfs_mount *pag_mount(const struct xfs_perag *pag) in pag_mount() function
274 struct xfs_mount *mp = pag_mount(pag); in xfs_perag_next_wrap()
343 return XFS_AGB_TO_FSB(pag_mount(pag), pag_agno(pag), agbno); in xfs_agbno_to_fsb()
351 return XFS_AGB_TO_DADDR(pag_mount(pag), pag_agno(pag), agbno); in xfs_agbno_to_daddr()
359 return XFS_AGINO_TO_INO(pag_mount(pag), pag_agno(pag), agino); in xfs_agino_to_ino()
H A Dxfs_ialloc_btree.c482 struct xfs_mount *mp = pag_mount(pag); in xfs_inobt_init_cursor()
508 struct xfs_mount *mp = pag_mount(pag); in xfs_finobt_init_cursor()
719 struct xfs_mount *mp = pag_mount(pag); in xfs_inobt_max_size()
797 if (!xfs_has_finobt(pag_mount(pag))) in xfs_finobt_calc_reserves()
800 if (xfs_has_inobtcounts(pag_mount(pag))) in xfs_finobt_calc_reserves()
H A Dxfs_ialloc.c556 struct xfs_mount *mp = pag_mount(pag); in xfs_inobt_insert_sprec()
650 struct xfs_mount *mp = pag_mount(pag); in xfs_finobt_insert_sprec()
1078 error = xfs_imap_to_bp(pag_mount(pag), tp, &imap, &bp); in xfs_dialloc_check_ino()
2082 struct xfs_mount *mp = pag_mount(pag); in xfs_difree_inobt()
2216 struct xfs_mount *mp = pag_mount(pag); in xfs_difree_finobt()
2402 struct xfs_mount *mp = pag_mount(pag); in xfs_imap_lookup()
2463 struct xfs_mount *mp = pag_mount(pag); in xfs_imap()
2756 struct xfs_mount *mp = pag_mount(pag); in xfs_read_agi()
2818 if (!xfs_is_shutdown(pag_mount(pag))) { in xfs_ialloc_read_agi()
2824 if (XFS_IS_CORRUPT(pag_mount(pag), !ok)) { in xfs_ialloc_read_agi()
[all …]
H A Dxfs_alloc.c881 struct xfs_mount *mp = pag_mount(pag); in xfs_alloc_read_agfl()
2433 return min_t(xfs_extlen_t, pag_mount(pag)->m_ag_max_usable, in xfs_alloc_longest_free_extent()
3371 struct xfs_mount *mp = pag_mount(pag); in xfs_read_agf()
3400 struct xfs_mount *mp = pag_mount(pag); in xfs_alloc_read_agf()
3461 if (!xfs_is_shutdown(pag_mount(pag))) { in xfs_alloc_read_agf()
3472 if (XFS_IS_CORRUPT(pag_mount(pag), !ok)) { in xfs_alloc_read_agf()
3475 xfs_force_shutdown(pag_mount(pag), in xfs_alloc_read_agf()
H A Dxfs_ag.c744 struct xfs_mount *mp = pag_mount(pag); in xfs_ag_shrink_space()
884 struct xfs_mount *mp = pag_mount(pag); in xfs_ag_extend_space()
H A Dxfs_rmap_btree.c631 cur = xfs_btree_alloc_cursor(pag_mount(pag), tp, &xfs_rmapbt_mem_ops, in xfs_rmapbt_mem_cursor()
H A Dxfs_rmap.c218 struct xfs_mount *mp = pag_mount(pag); in xfs_rmap_check_irec()
H A Dxfs_bmap.c3165 xfs_alloc_min_freelist(pag_mount(pag), pag), in xfs_bmap_longest_free_extent()
/linux/fs/xfs/scrub/
H A Dtrace.h807 __entry->dev = pag_mount(pag)->m_super->s_dev;
951 __entry->dev = pag_mount(pag)->m_super->s_dev;
2098 __entry->dev = pag_mount(pag)->m_super->s_dev;
2127 __entry->dev = pag_mount(pag)->m_super->s_dev;
2153 __entry->dev = pag_mount(pag)->m_super->s_dev;
2249 __entry->dev = pag_mount(pag)->m_super->s_dev;
2279 __entry->dev = pag_mount(pag)->m_super->s_dev;
2306 __entry->dev = pag_mount(pag)->m_super->s_dev;
2335 __entry->dev = pag_mount(pag)->m_super->s_dev;
2413 __entry->dev = pag_mount(pag)->m_super->s_dev;
[all …]
H A Dagheader_repair.c1115 struct xfs_mount *mp = pag_mount(pag); in xrep_iunlink_igrab()
1172 struct xfs_mount *mp = pag_mount(pag); in xrep_iunlink_mark_incore()
/linux/fs/xfs/
H A Dxfs_discard.c166 struct xfs_mount *mp = pag_mount(pag); in xfs_trim_gather_extents()
377 xfs_discard_extents(pag_mount(pag), extents); in xfs_trim_perag_extents()
H A Dxfs_inode.c1543 struct xfs_mount *mp = pag_mount(pag); in xfs_iunlink_reload_next()
1601 struct xfs_mount *mp = pag_mount(pag); in xfs_ifree_mark_inode_stale()
H A Dxfs_super.c266 if (!xfs_is_inode32(pag_mount(pag))) { in xfs_set_inode_alloc_perag()