Lines Matching refs:need
2212 xfs_extlen_t need, in xfs_alloc_longest_free_extent() argument
2221 if (need > pag->pagf_flcount) in xfs_alloc_longest_free_extent()
2222 delta = need - pag->pagf_flcount; in xfs_alloc_longest_free_extent()
2533 xfs_extlen_t need; /* total blocks needed in freelist */ in xfs_alloc_fix_freelist() local
2560 need = xfs_alloc_min_freelist(mp, pag); in xfs_alloc_fix_freelist()
2561 if (!xfs_alloc_space_available(args, need, flags | in xfs_alloc_fix_freelist()
2584 need = xfs_alloc_min_freelist(mp, pag); in xfs_alloc_fix_freelist()
2585 if (!xfs_alloc_space_available(args, need, flags)) in xfs_alloc_fix_freelist()
2627 while (!(flags & XFS_ALLOC_FLAG_NOSHRINK) && pag->pagf_flcount > need) { in xfs_alloc_fix_freelist()
2648 while (pag->pagf_flcount < need) { in xfs_alloc_fix_freelist()
2650 targs.maxlen = need - pag->pagf_flcount; in xfs_alloc_fix_freelist()