Lines Matching refs:m_rsum_cache
61 /* There are no extents at levels < m_rsum_cache[bbno]. */
62 if (mp->m_rsum_cache && low < mp->m_rsum_cache[bbno])
63 low = mp->m_rsum_cache[bbno];
90 if (mp->m_rsum_cache && log > mp->m_rsum_cache[bbno])
91 mp->m_rsum_cache[bbno] = log;
914 mp->m_rsum_cache = kvzalloc(rbmblocks, GFP_KERNEL);
915 if (!mp->m_rsum_cache)
1029 rsum_cache = mp->m_rsum_cache;
1178 if (rsum_cache != mp->m_rsum_cache) {
1180 kmem_free(mp->m_rsum_cache);
1181 mp->m_rsum_cache = rsum_cache;
1428 kmem_free(mp->m_rsum_cache);