Lines Matching defs:bno
353 xfs_fileoff_t bno,
362 p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, bno);
363 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, end - bno);
412 xfs_fileoff_t bno, first_bno;
512 first_bno = bno = XFS_BB_TO_FSBT(mp, bmv->bmv_offset);
519 if (!xfs_iext_lookup_extent(ip, ifp, bno, &icur, &got)) {
525 xfs_getbmap_report_hole(ip, bmv, out, bmv_end, bno,
537 if (got.br_startoff > bno) {
538 xfs_getbmap_report_hole(ip, bmv, out, bmv_end, bno,
549 bno = got.br_startoff + got.br_blockcount;
556 } while (xfs_getbmap_next_rec(&rec, bno));
565 if (whichfork != XFS_ATTR_FORK && bno < end &&
568 bno, end);
573 if (bno >= first_bno + len)