Searched refs:scounter (Results 1 – 1 of 1) sorted by relevance
1678 int scounter; /* short counter for 32 bit fields */ in xfs_mod_incore_sb_unlocked() local1767 scounter = mp->m_sb.sb_agcount; in xfs_mod_incore_sb_unlocked()1768 scounter += delta; in xfs_mod_incore_sb_unlocked()1769 if (scounter < 0) { in xfs_mod_incore_sb_unlocked()1773 mp->m_sb.sb_agcount = scounter; in xfs_mod_incore_sb_unlocked()1776 scounter = mp->m_sb.sb_imax_pct; in xfs_mod_incore_sb_unlocked()1777 scounter += delta; in xfs_mod_incore_sb_unlocked()1778 if (scounter < 0) { in xfs_mod_incore_sb_unlocked()1782 mp->m_sb.sb_imax_pct = scounter; in xfs_mod_incore_sb_unlocked()1785 scounter = mp->m_sb.sb_rextsize; in xfs_mod_incore_sb_unlocked()[all …]