Lines Matching defs:first_bno
2910 xfs_agblock_t first_bno;
2916 * first_bno is the first block in which mkfs could possibly have
2920 first_bno = howmany(4 * mp->m_sb.sb_sectsize, mp->m_sb.sb_blocksize);
2923 first_bno += 2;
2926 first_bno += 1;
2929 first_bno += xfs_alloc_min_freelist(mp, NULL);
2933 first_bno++;
2937 first_bno++;
2941 first_bno++;
2952 first_bno += mp->m_sb.sb_logblocks;
2955 * Now round first_bno up to whatever allocation alignment is given
2959 first_bno = roundup(first_bno, sunit);
2962 first_bno = roundup(first_bno, mp->m_sb.sb_inoalignmt);
2964 return XFS_AGINO_TO_INO(mp, 0, XFS_AGB_TO_AGINO(mp, first_bno));