Lines Matching refs:need
2228 xfs_extlen_t need, in xfs_alloc_longest_free_extent() argument
2237 if (need > pag->pagf_flcount) in xfs_alloc_longest_free_extent()
2238 delta = need - pag->pagf_flcount; in xfs_alloc_longest_free_extent()
2602 xfs_extlen_t need; /* total blocks needed in freelist */ in xfs_alloc_fix_freelist() local
2629 need = xfs_alloc_min_freelist(mp, pag); in xfs_alloc_fix_freelist()
2630 if (!xfs_alloc_space_available(args, need, flags | in xfs_alloc_fix_freelist()
2653 need = xfs_alloc_min_freelist(mp, pag); in xfs_alloc_fix_freelist()
2654 if (!xfs_alloc_space_available(args, need, flags)) in xfs_alloc_fix_freelist()
2696 while (!(flags & XFS_ALLOC_FLAG_NOSHRINK) && pag->pagf_flcount > need) { in xfs_alloc_fix_freelist()
2717 while (pag->pagf_flcount < need) { in xfs_alloc_fix_freelist()
2719 targs.maxlen = need - pag->pagf_flcount; in xfs_alloc_fix_freelist()