Lines Matching refs:br_startoff
200 *eof = endoff >= rec.br_startoff + rec.br_blockcount; in xfs_bmap_eof()
421 if (got->br_startoff < XFS_B_TO_FSB(ip->i_mount, XFS_ISIZE(ip))) in xfs_getbmap_report_one()
437 p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, got->br_startoff); in xfs_getbmap_report_one()
481 xfs_fileoff_t end = rec->br_startoff + rec->br_blockcount; in xfs_getbmap_next_rec()
486 rec->br_startoff += rec->br_blockcount; in xfs_getbmap_next_rec()
637 if (got.br_startoff > bno) { in xfs_getbmap()
639 got.br_startoff); in xfs_getbmap()
649 bno = got.br_startoff + got.br_blockcount; in xfs_getbmap()
706 while (got.br_startoff + got.br_blockcount > start_fsb) { in xfs_bmap_punch_delalloc_range()
1520 error = xfs_bmapi_read(ip, tirec.br_startoff, in xfs_swap_extent_rmap()
1526 ASSERT(tirec.br_startoff == irec.br_startoff); in xfs_swap_extent_rmap()
1553 tirec.br_startoff += rlen; in xfs_swap_extent_rmap()