Lines Matching refs:need
2408 xfs_extlen_t need, in xfs_alloc_longest_free_extent() argument
2417 if (need > pag->pagf_flcount) in xfs_alloc_longest_free_extent()
2418 delta = need - pag->pagf_flcount; in xfs_alloc_longest_free_extent()
2837 xfs_extlen_t need; /* total blocks needed in freelist */ in xfs_alloc_fix_freelist() local
2865 need = xfs_alloc_min_freelist(mp, pag); in xfs_alloc_fix_freelist()
2866 if (!xfs_alloc_space_available(args, need, alloc_flags | in xfs_alloc_fix_freelist()
2889 need = xfs_alloc_min_freelist(mp, pag); in xfs_alloc_fix_freelist()
2890 if (!xfs_alloc_space_available(args, need, alloc_flags)) in xfs_alloc_fix_freelist()
2932 pag->pagf_flcount > need) { in xfs_alloc_fix_freelist()
2966 while (pag->pagf_flcount < need) { in xfs_alloc_fix_freelist()
2968 targs.maxlen = need - pag->pagf_flcount; in xfs_alloc_fix_freelist()