Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_ialloc.c918 xfs_extlen_t ineed; /* blocks needed for inode allocation */ in xfs_ialloc_ag_select() local
995 ineed = mp->m_ialloc_min_blks; in xfs_ialloc_ag_select()
996 if (flags && ineed > 1) in xfs_ialloc_ag_select()
997 ineed += xfs_ialloc_cluster_alignment(mp); in xfs_ialloc_ag_select()
1002 if (pag->pagf_freeblks >= needspace + ineed && in xfs_ialloc_ag_select()
1003 longest >= ineed) { in xfs_ialloc_ag_select()