tirec 1476 fs/xfs/xfs_bmap_util.c struct xfs_bmbt_irec tirec; tirec 1503 fs/xfs/xfs_bmap_util.c error = xfs_bmapi_read(tip, offset_fsb, count_fsb, &tirec, tirec 1508 fs/xfs/xfs_bmap_util.c ASSERT(tirec.br_startblock != DELAYSTARTBLOCK); tirec 1510 fs/xfs/xfs_bmap_util.c trace_xfs_swap_extent_rmap_remap(tip, &tirec); tirec 1511 fs/xfs/xfs_bmap_util.c ilen = tirec.br_blockcount; tirec 1514 fs/xfs/xfs_bmap_util.c while (tirec.br_blockcount) { tirec 1516 fs/xfs/xfs_bmap_util.c trace_xfs_swap_extent_rmap_remap_piece(tip, &tirec); tirec 1520 fs/xfs/xfs_bmap_util.c error = xfs_bmapi_read(ip, tirec.br_startoff, tirec 1521 fs/xfs/xfs_bmap_util.c tirec.br_blockcount, &irec, tirec 1526 fs/xfs/xfs_bmap_util.c ASSERT(tirec.br_startoff == irec.br_startoff); tirec 1530 fs/xfs/xfs_bmap_util.c uirec = tirec; tirec 1532 fs/xfs/xfs_bmap_util.c tirec.br_blockcount, tirec 1553 fs/xfs/xfs_bmap_util.c tirec.br_startoff += rlen; tirec 1554 fs/xfs/xfs_bmap_util.c if (tirec.br_startblock != HOLESTARTBLOCK && tirec 1555 fs/xfs/xfs_bmap_util.c tirec.br_startblock != DELAYSTARTBLOCK) tirec 1556 fs/xfs/xfs_bmap_util.c tirec.br_startblock += rlen; tirec 1557 fs/xfs/xfs_bmap_util.c tirec.br_blockcount -= rlen;