Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/libxfs/
Dxfs_ialloc.c1606 int needspace; in xfs_dialloc_good_ag() local
1659 needspace = S_ISDIR(mode) || S_ISREG(mode) || S_ISLNK(mode); in xfs_dialloc_good_ag()
1661 if (pag->pagf_freeblks < needspace + ineed || longest < ineed) in xfs_dialloc_good_ag()