Searched refs:tirec (Results 1 – 1 of 1) sorted by relevance
1253 struct xfs_bmbt_irec tirec; in xfs_swap_extent_rmap() local1288 ilen = tirec.br_blockcount; in xfs_swap_extent_rmap()1291 while (tirec.br_blockcount) { in xfs_swap_extent_rmap()1298 tirec.br_blockcount, &irec, in xfs_swap_extent_rmap()1307 uirec = tirec; in xfs_swap_extent_rmap()1309 tirec.br_blockcount, in xfs_swap_extent_rmap()1346 tirec.br_startoff += rlen; in xfs_swap_extent_rmap()1347 if (tirec.br_startblock != HOLESTARTBLOCK && in xfs_swap_extent_rmap()1348 tirec.br_startblock != DELAYSTARTBLOCK) in xfs_swap_extent_rmap()1349 tirec.br_startblock += rlen; in xfs_swap_extent_rmap()[all …]