Home
last modified time | relevance | path

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

/Linux-v6.1/fs/xfs/libxfs/
Dxfs_ialloc.c1604 xfs_extlen_t ineed; in xfs_dialloc_good_ag() local
1653 ineed = M_IGEO(mp)->ialloc_min_blks; in xfs_dialloc_good_ag()
1654 if (flags && ineed > 1) in xfs_dialloc_good_ag()
1655 ineed += M_IGEO(mp)->cluster_align; in xfs_dialloc_good_ag()
1661 if (pag->pagf_freeblks < needspace + ineed || longest < ineed) in xfs_dialloc_good_ag()