Searched refs:first_bno (Results 1 – 2 of 2) sorted by relevance
2873 xfs_agblock_t first_bno; in xfs_ialloc_calc_rootino() local2886 first_bno += 2; in xfs_ialloc_calc_rootino()2889 first_bno += 1; in xfs_ialloc_calc_rootino()2892 first_bno += xfs_alloc_min_freelist(mp, NULL); in xfs_ialloc_calc_rootino()2896 first_bno++; in xfs_ialloc_calc_rootino()2900 first_bno++; in xfs_ialloc_calc_rootino()2904 first_bno++; in xfs_ialloc_calc_rootino()2915 first_bno += mp->m_sb.sb_logblocks; in xfs_ialloc_calc_rootino()2922 first_bno = roundup(first_bno, sunit); in xfs_ialloc_calc_rootino()2925 first_bno = roundup(first_bno, mp->m_sb.sb_inoalignmt); in xfs_ialloc_calc_rootino()[all …]
414 xfs_fileoff_t bno, first_bno; in xfs_getbmap() local513 first_bno = bno = XFS_BB_TO_FSBT(mp, bmv->bmv_offset); in xfs_getbmap()532 xfs_trim_extent(&got, first_bno, len); in xfs_getbmap()572 if (bno >= first_bno + len) in xfs_getbmap()
Completed in 10 milliseconds