Searched refs:pag_mount (Results 1 – 14 of 14) sorted by relevance
| /linux/fs/xfs/libxfs/ |
| H A D | xfs_ag_resv.c | 73 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 D | xfs_ag.h | 105 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 D | xfs_ialloc_btree.c | 482 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 D | xfs_ialloc.c | 556 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 D | xfs_alloc.c | 881 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 D | xfs_ag.c | 744 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 D | xfs_rmap_btree.c | 631 cur = xfs_btree_alloc_cursor(pag_mount(pag), tp, &xfs_rmapbt_mem_ops, in xfs_rmapbt_mem_cursor()
|
| H A D | xfs_rmap.c | 218 struct xfs_mount *mp = pag_mount(pag); in xfs_rmap_check_irec()
|
| H A D | xfs_bmap.c | 3165 xfs_alloc_min_freelist(pag_mount(pag), pag), in xfs_bmap_longest_free_extent()
|
| /linux/fs/xfs/scrub/ |
| H A D | trace.h | 807 __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 D | agheader_repair.c | 1115 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 D | xfs_discard.c | 166 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 D | xfs_inode.c | 1543 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 D | xfs_super.c | 266 if (!xfs_is_inode32(pag_mount(pag))) { in xfs_set_inode_alloc_perag()
|