Lines Matching refs:br_blockcount
83 *count += got.br_blockcount; in xfs_bmap_count_leaves()
184 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, got->br_blockcount); in xfs_getbmap_report_one()
227 xfs_fileoff_t end = rec->br_startoff + rec->br_blockcount; in xfs_getbmap_next_rec()
232 rec->br_startoff += rec->br_blockcount; in xfs_getbmap_next_rec()
235 rec->br_startblock += rec->br_blockcount; in xfs_getbmap_next_rec()
236 rec->br_blockcount = total_end - end; in xfs_getbmap_next_rec()
393 bno = got.br_startoff + got.br_blockcount; in xfs_getbmap()
454 while (got.br_startoff + got.br_blockcount > start_fsb) { in xfs_bmap_punch_delalloc_range()
463 if (!del.br_blockcount || in xfs_bmap_punch_delalloc_range()
742 startoffset_fsb += imapp->br_blockcount; in xfs_alloc_file_space()
743 allocatesize_fsb -= imapp->br_blockcount; in xfs_alloc_file_space()
1270 ilen = tirec.br_blockcount; in xfs_swap_extent_rmap()
1273 while (tirec.br_blockcount) { in xfs_swap_extent_rmap()
1280 tirec.br_blockcount, &irec, in xfs_swap_extent_rmap()
1290 uirec.br_blockcount = rlen = min_t(xfs_filblks_t, in xfs_swap_extent_rmap()
1291 tirec.br_blockcount, in xfs_swap_extent_rmap()
1292 irec.br_blockcount); in xfs_swap_extent_rmap()
1332 tirec.br_blockcount -= rlen; in xfs_swap_extent_rmap()