Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/libxfs/
Dxfs_ialloc.c946 xfs_extlen_t ineed; /* blocks needed for inode allocation */ in xfs_ialloc_ag_select() local
1020 ineed = mp->m_ialloc_min_blks; in xfs_ialloc_ag_select()
1021 if (flags && ineed > 1) in xfs_ialloc_ag_select()
1022 ineed += xfs_ialloc_cluster_alignment(mp); in xfs_ialloc_ag_select()
1027 if (pag->pagf_freeblks >= needspace + ineed && in xfs_ialloc_ag_select()
1028 longest >= ineed) { in xfs_ialloc_ag_select()