Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_rtalloc.c918 uint8_t *rsum_cache; /* old summary cache */ in xfs_growfs_rt() local
976 rsum_cache = mp->m_rsum_cache; in xfs_growfs_rt()
1118 * If we had to allocate a new rsum_cache, we either need to free the in xfs_growfs_rt()
1122 if (rsum_cache != mp->m_rsum_cache) { in xfs_growfs_rt()
1125 mp->m_rsum_cache = rsum_cache; in xfs_growfs_rt()
1127 kmem_free(rsum_cache); in xfs_growfs_rt()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_rtalloc.c947 uint8_t *rsum_cache; /* old summary cache */ in xfs_growfs_rt() local
1029 rsum_cache = mp->m_rsum_cache; in xfs_growfs_rt()
1174 * If we had to allocate a new rsum_cache, we either need to free the in xfs_growfs_rt()
1178 if (rsum_cache != mp->m_rsum_cache) { in xfs_growfs_rt()
1181 mp->m_rsum_cache = rsum_cache; in xfs_growfs_rt()
1183 kmem_free(rsum_cache); in xfs_growfs_rt()

Completed in 4 milliseconds