Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_rtalloc.c774 xfs_rtbxlen_t *freed_rtx) in xfs_growfs_rt_free_new() argument
790 *freed_rtx = end_rtx - start_rtx; in xfs_growfs_rt_free_new()
791 return xfs_rtfree_range(nargs, start_rtx, *freed_rtx); in xfs_growfs_rt_free_new()
869 xfs_rtbxlen_t freed_rtx; in xfs_growfs_rt_bmblock() local
957 error = xfs_growfs_rt_free_new(rtg, &nargs, &freed_rtx); in xfs_growfs_rt_bmblock()
965 xfs_trans_mod_sb(args.tp, XFS_TRANS_SB_FREXTENTS, freed_rtx); in xfs_growfs_rt_bmblock()