Lines Matching refs:br_blockcount
194 *count += got.br_blockcount; in xfs_bmap_count_leaves()
299 p->bmv_length = XFS_FSB_TO_BB(ip->i_mount, got->br_blockcount); in xfs_getbmap_report_one()
342 xfs_fileoff_t end = rec->br_startoff + rec->br_blockcount; in xfs_getbmap_next_rec()
347 rec->br_startoff += rec->br_blockcount; in xfs_getbmap_next_rec()
350 rec->br_startblock += rec->br_blockcount; in xfs_getbmap_next_rec()
351 rec->br_blockcount = total_end - end; in xfs_getbmap_next_rec()
510 bno = got.br_startoff + got.br_blockcount; in xfs_getbmap()
567 while (got.br_startoff + got.br_blockcount > start_fsb) { in xfs_bmap_punch_delalloc_range()
576 if (!del.br_blockcount || in xfs_bmap_punch_delalloc_range()
841 allocated_fsb = imapp->br_blockcount; in xfs_alloc_file_space()
1362 ilen = tirec.br_blockcount; in xfs_swap_extent_rmap()
1365 while (tirec.br_blockcount) { in xfs_swap_extent_rmap()
1372 tirec.br_blockcount, &irec, in xfs_swap_extent_rmap()
1382 uirec.br_blockcount = rlen = min_t(xfs_filblks_t, in xfs_swap_extent_rmap()
1383 tirec.br_blockcount, in xfs_swap_extent_rmap()
1384 irec.br_blockcount); in xfs_swap_extent_rmap()
1408 tirec.br_blockcount -= rlen; in xfs_swap_extent_rmap()