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

/linux-master/fs/xfs/
H A Dxfs_rtalloc.c818 uint8_t *rsum_cache; /* old summary cache */ local
901 rsum_cache = mp->m_rsum_cache;
1058 * If we had to allocate a new rsum_cache, we either need to free the
1062 if (rsum_cache != mp->m_rsum_cache) {
1065 mp->m_rsum_cache = rsum_cache;
1067 kvfree(rsum_cache);

Completed in 110 milliseconds