Home
last modified time | relevance | path

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

/linux-6.15/fs/xfs/libxfs/
H A Dxfs_ialloc.c1729 xfs_extlen_t ineed; in xfs_dialloc_good_ag() local
1780 ineed = M_IGEO(mp)->ialloc_min_blks; in xfs_dialloc_good_ag()
1781 if (flags && ineed > 1) in xfs_dialloc_good_ag()
1782 ineed += M_IGEO(mp)->cluster_align; in xfs_dialloc_good_ag()
1788 if (pag->pagf_freeblks < needspace + ineed || longest < ineed) in xfs_dialloc_good_ag()