Home
last modified time | relevance | path

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

/linux-4.1.27/fs/xfs/
Dxfs_fsops.c157 xfs_agnumber_t nagcount; in xfs_growfs_data_private() local
182 nagcount = new + (nb_mod != 0); in xfs_growfs_data_private()
184 nagcount--; in xfs_growfs_data_private()
185 nb = (xfs_rfsblock_t)nagcount * mp->m_sb.sb_agblocks; in xfs_growfs_data_private()
193 if (nagcount > oagcount) { in xfs_growfs_data_private()
194 error = xfs_initialize_perag(mp, nagcount, &nagimax); in xfs_growfs_data_private()
214 for (agno = nagcount - 1; agno >= oagcount; agno--, new -= agsize) { in xfs_growfs_data_private()
233 if (agno == nagcount - 1) in xfs_growfs_data_private()
450 ASSERT(nagcount == oagcount || in xfs_growfs_data_private()
482 if (nagcount > oagcount) in xfs_growfs_data_private()
[all …]