Home
last modified time | relevance | path

Searched refs:rtg_rsum_cache (Results 1 – 2 of 2) sorted by relevance

/linux/fs/xfs/
H A Dxfs_rtalloc.c50 uint8_t *rsum_cache = args->rtg->rtg_rsum_cache; in xfs_rtany_summary()
671 kvfree(rtg->rtg_rsum_cache); in xfs_rtunmount_rtg()
683 rtg->rtg_rsum_cache = kvmalloc(rbmblocks, GFP_KERNEL); in xfs_alloc_rsum_cache()
684 if (!rtg->rtg_rsum_cache) in xfs_alloc_rsum_cache()
686 memset(rtg->rtg_rsum_cache, -1, rbmblocks); in xfs_alloc_rsum_cache()
1230 old_rsum_cache = rtg->rtg_rsum_cache; in xfs_growfs_rtg()
1253 kvfree(rtg->rtg_rsum_cache); in xfs_growfs_rtg()
1254 rtg->rtg_rsum_cache = old_rsum_cache; in xfs_growfs_rtg()
/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.h50 uint8_t *rtg_rsum_cache; member