Lines Matching defs:first_bno
2898 xfs_agblock_t first_bno;
2904 * first_bno is the first block in which mkfs could possibly have
2908 first_bno = howmany(4 * mp->m_sb.sb_sectsize, mp->m_sb.sb_blocksize);
2911 first_bno += 2;
2914 first_bno += 1;
2917 first_bno += xfs_alloc_min_freelist(mp, NULL);
2921 first_bno++;
2925 first_bno++;
2929 first_bno++;
2939 first_bno += mp->m_sb.sb_logblocks;
2942 * Now round first_bno up to whatever allocation alignment is given
2946 first_bno = roundup(first_bno, sunit);
2949 first_bno = roundup(first_bno, mp->m_sb.sb_inoalignmt);
2951 return XFS_AGINO_TO_INO(mp, 0, XFS_AGB_TO_AGINO(mp, first_bno));