Lines Matching refs:m_rsum_cache
62 if (mp->m_rsum_cache && low < mp->m_rsum_cache[bbno]) in xfs_rtany_summary()
63 low = mp->m_rsum_cache[bbno]; in xfs_rtany_summary()
90 if (mp->m_rsum_cache && log > mp->m_rsum_cache[bbno]) in xfs_rtany_summary()
91 mp->m_rsum_cache[bbno] = log; in xfs_rtany_summary()
868 mp->m_rsum_cache = kmem_zalloc_large(rbmblocks, 0); in xfs_alloc_rsum_cache()
869 if (!mp->m_rsum_cache) in xfs_alloc_rsum_cache()
959 rsum_cache = mp->m_rsum_cache; in xfs_growfs_rt()
1093 if (rsum_cache != mp->m_rsum_cache) { in xfs_growfs_rt()
1095 kmem_free(mp->m_rsum_cache); in xfs_growfs_rt()
1096 mp->m_rsum_cache = rsum_cache; in xfs_growfs_rt()
1257 kmem_free(mp->m_rsum_cache); in xfs_rtunmount_inodes()