Lines Matching refs:sb_agcount
296 sbp->sb_agcount <= 0 ||
318 agcount == 0 || agcount != sbp->sb_agcount ||
500 to->sb_agcount = be32_to_cpu(from->sb_agcount);
643 to->sb_agcount = cpu_to_be32(from->sb_agcount);
840 mp->m_maxagi = mp->m_sb.sb_agcount;
844 mp->m_agno_log = xfs_highbit32(sbp->sb_agcount - 1) + 1;
1028 for (agno = 1; agno < mp->m_sb.sb_agcount; agno++) {
1124 geo->agcount = sbp->sb_agcount;