Lines Matching refs:br_startoff
324 if (got->br_startoff < XFS_B_TO_FSB(ip->i_mount, XFS_ISIZE(ip))) in xfs_getbmap_report_one()
340 p->bmv_offset = XFS_FSB_TO_BB(ip->i_mount, got->br_startoff); in xfs_getbmap_report_one()
384 xfs_fileoff_t end = rec->br_startoff + rec->br_blockcount; in xfs_getbmap_next_rec()
389 rec->br_startoff += rec->br_blockcount; in xfs_getbmap_next_rec()
539 if (got.br_startoff > bno) { in xfs_getbmap()
541 got.br_startoff); in xfs_getbmap()
551 bno = got.br_startoff + got.br_blockcount; in xfs_getbmap()
608 while (got.br_startoff + got.br_blockcount > start_fsb) { in xfs_bmap_punch_delalloc_range()
1416 error = xfs_bmapi_read(ip, tirec.br_startoff, in xfs_swap_extent_rmap()
1422 ASSERT(tirec.br_startoff == irec.br_startoff); in xfs_swap_extent_rmap()
1471 tirec.br_startoff += rlen; in xfs_swap_extent_rmap()