Lines Matching refs:br_blockcount
200 *eof = endoff >= rec.br_startoff + rec.br_blockcount; in xfs_bmap_eof()
223 *count += got.br_blockcount; in xfs_bmap_count_leaves()
438 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, got->br_blockcount); 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()
489 rec->br_startblock += rec->br_blockcount; in xfs_getbmap_next_rec()
490 rec->br_blockcount = total_end - end; in xfs_getbmap_next_rec()
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()
715 if (!del.br_blockcount || in xfs_bmap_punch_delalloc_range()
980 allocated_fsb = imapp->br_blockcount; in xfs_alloc_file_space()
1511 ilen = tirec.br_blockcount; in xfs_swap_extent_rmap()
1514 while (tirec.br_blockcount) { in xfs_swap_extent_rmap()
1521 tirec.br_blockcount, &irec, in xfs_swap_extent_rmap()
1531 uirec.br_blockcount = rlen = min_t(xfs_filblks_t, in xfs_swap_extent_rmap()
1532 tirec.br_blockcount, in xfs_swap_extent_rmap()
1533 irec.br_blockcount); in xfs_swap_extent_rmap()
1557 tirec.br_blockcount -= rlen; in xfs_swap_extent_rmap()