Home
last modified time | relevance | path

Searched refs:xfs_sb_version_hasrmapbt (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_rmap_btree.c312 if (!xfs_sb_version_hasrmapbt(&mp->m_sb)) in xfs_rmapbt_verify()
611 if (!xfs_sb_version_hasrmapbt(&mp->m_sb)) in xfs_rmapbt_calc_reserves()
H A Dxfs_ag.c257 if (xfs_sb_version_hasrmapbt(&mp->m_sb)) { in xfs_agfblock_init()
455 .need_init = xfs_sb_version_hasrmapbt(&mp->m_sb) in xfs_ag_init_headers()
H A Dxfs_alloc.c64 if (xfs_sb_version_hasrmapbt(&mp->m_sb)) in xfs_refc_block()
77 if (xfs_sb_version_hasrmapbt(&mp->m_sb)) in xfs_prealloc_blocks()
131 if (xfs_sb_version_hasrmapbt(&mp->m_sb)) in xfs_alloc_ag_max_usable()
2268 if (xfs_sb_version_hasrmapbt(&mp->m_sb)) in xfs_alloc_min_freelist()
2863 if (xfs_sb_version_hasrmapbt(&mp->m_sb) && in xfs_agf_verify()
2868 if (xfs_sb_version_hasrmapbt(&mp->m_sb) && in xfs_agf_verify()
H A Dxfs_trans_resv.c74 if (xfs_sb_version_hasrmapbt(&mp->m_sb)) in xfs_allocfree_log_count()
H A Dxfs_rmap.c706 if (!xfs_sb_version_hasrmapbt(&mp->m_sb)) in xfs_rmap_free()
960 if (!xfs_sb_version_hasrmapbt(&mp->m_sb)) in xfs_rmap_alloc()
2464 return xfs_sb_version_hasrmapbt(&mp->m_sb) && whichfork != XFS_COW_FORK; in xfs_rmap_update_is_needed()
H A Dxfs_sb.c1175 if (xfs_sb_version_hasrmapbt(sbp)) in xfs_fs_geometry()
H A Dxfs_format.h558 static inline bool xfs_sb_version_hasrmapbt(struct xfs_sb *sbp) in xfs_sb_version_hasrmapbt() function
H A Dxfs_ialloc.c2936 if (xfs_sb_version_hasrmapbt(&mp->m_sb)) in xfs_ialloc_calc_rootino()
/kernel/linux/linux-5.10/fs/xfs/scrub/
H A Dagheader_repair.c365 if (!xfs_sb_version_hasrmapbt(&mp->m_sb)) in xrep_agf()
640 if (!xfs_sb_version_hasrmapbt(&mp->m_sb)) in xrep_agfl()
897 if (!xfs_sb_version_hasrmapbt(&mp->m_sb)) in xrep_agi()
H A Drepair.c259 if (xfs_sb_version_hasrmapbt(&mp->m_sb)) { in xrep_calc_ag_resblks()
609 ASSERT(xfs_sb_version_hasrmapbt(&sc->mp->m_sb)); in xrep_reap_extents()
H A Dscrub.c247 .has = xfs_sb_version_hasrmapbt,
H A Dagheader.c435 if ((xfs_sb_version_hasrmapbt(&mp->m_sb) && !sc->sa.rmap_cur) || in xchk_agf_xref_btreeblks()
552 if (xfs_sb_version_hasrmapbt(&mp->m_sb)) { in xchk_agf()
H A Dcommon.c501 if (sa->agf_bp && xfs_sb_version_hasrmapbt(&mp->m_sb) && in xchk_ag_btcur_init()
H A Dbmap.c594 if (!xfs_sb_version_hasrmapbt(&sc->mp->m_sb) || in xchk_bmap_check_rmaps()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_bmap_util.c1244 if (xfs_sb_version_hasrmapbt(&ip->i_mount->m_sb)) in xfs_swap_extents_check_format()
1625 if (xfs_sb_version_hasrmapbt(&mp->m_sb)) { in xfs_swap_extents()
1707 if (xfs_sb_version_hasrmapbt(&mp->m_sb)) in xfs_swap_extents()
H A Dxfs_reflink.c975 if (!xfs_sb_version_hasrmapbt(&mp->m_sb)) in xfs_reflink_ag_has_free_space()
H A Dxfs_fsmap.c846 xfs_sb_version_hasrmapbt(&mp->m_sb); in xfs_getfsmap()
H A Dxfs_super.c1594 if (xfs_sb_version_hasrmapbt(&mp->m_sb) && mp->m_sb.sb_rblocks) { in xfs_fc_fill_super()

Completed in 35 milliseconds