Lines Matching refs:br_blockcount
238 *count += got.br_blockcount; in xfs_bmap_count_leaves()
339 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, got->br_blockcount); in xfs_getbmap_report_one()
382 xfs_fileoff_t end = rec->br_startoff + rec->br_blockcount; in xfs_getbmap_next_rec()
387 rec->br_startoff += rec->br_blockcount; in xfs_getbmap_next_rec()
390 rec->br_startblock += rec->br_blockcount; in xfs_getbmap_next_rec()
391 rec->br_blockcount = total_end - end; in xfs_getbmap_next_rec()
549 bno = got.br_startoff + got.br_blockcount; in xfs_getbmap()
610 while (got.br_startoff + got.br_blockcount > start_fsb) { in xfs_bmap_punch_delalloc_range()
619 if (!del.br_blockcount || in xfs_bmap_punch_delalloc_range()
887 allocated_fsb = imapp->br_blockcount; in xfs_alloc_file_space()
1409 ilen = tirec.br_blockcount; in xfs_swap_extent_rmap()
1412 while (tirec.br_blockcount) { in xfs_swap_extent_rmap()
1419 tirec.br_blockcount, &irec, in xfs_swap_extent_rmap()
1429 uirec.br_blockcount = rlen = min_t(xfs_filblks_t, in xfs_swap_extent_rmap()
1430 tirec.br_blockcount, in xfs_swap_extent_rmap()
1431 irec.br_blockcount); in xfs_swap_extent_rmap()
1477 tirec.br_blockcount -= rlen; in xfs_swap_extent_rmap()