Searched refs:first_bno (Results 1 – 2 of 2) sorted by relevance
3051 xfs_agblock_t first_bno; in xfs_ialloc_calc_rootino() local3061 first_bno = howmany(4 * mp->m_sb.sb_sectsize, mp->m_sb.sb_blocksize); in xfs_ialloc_calc_rootino()3064 first_bno += 2; in xfs_ialloc_calc_rootino()3067 first_bno += 1; in xfs_ialloc_calc_rootino()3070 first_bno += xfs_alloc_min_freelist(mp, NULL); in xfs_ialloc_calc_rootino()3074 first_bno++; in xfs_ialloc_calc_rootino()3078 first_bno++; in xfs_ialloc_calc_rootino()3082 first_bno++; in xfs_ialloc_calc_rootino()3092 first_bno += mp->m_sb.sb_logblocks; in xfs_ialloc_calc_rootino()3099 first_bno = roundup(first_bno, sunit); in xfs_ialloc_calc_rootino()[all …]
265 xfs_fileoff_t bno, first_bno; in xfs_getbmap() local364 first_bno = bno = XFS_BB_TO_FSBT(mp, bmv->bmv_offset); in xfs_getbmap()383 xfs_trim_extent(&got, first_bno, len); in xfs_getbmap()425 if (bno >= first_bno + len) in xfs_getbmap()