Lines Matching refs:bno
355 xfs_fileoff_t bno, in xfs_getbmap_report_hole() argument
364 p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, bno); in xfs_getbmap_report_hole()
365 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, end - bno); in xfs_getbmap_report_hole()
414 xfs_fileoff_t bno, first_bno; in xfs_getbmap() local
514 first_bno = bno = XFS_BB_TO_FSBT(mp, bmv->bmv_offset); in xfs_getbmap()
521 if (!xfs_iext_lookup_extent(ip, ifp, bno, &icur, &got)) { in xfs_getbmap()
527 xfs_getbmap_report_hole(ip, bmv, out, bmv_end, bno, in xfs_getbmap()
539 if (got.br_startoff > bno) { in xfs_getbmap()
540 xfs_getbmap_report_hole(ip, bmv, out, bmv_end, bno, in xfs_getbmap()
551 bno = got.br_startoff + got.br_blockcount; in xfs_getbmap()
558 } while (xfs_getbmap_next_rec(&rec, bno)); in xfs_getbmap()
565 if (whichfork != XFS_ATTR_FORK && bno < end && in xfs_getbmap()
568 bno, end); in xfs_getbmap()
573 if (bno >= first_bno + len) in xfs_getbmap()