Searched refs:tirec (Results 1 – 3 of 3) sorted by relevance
1321 struct xfs_bmbt_irec tirec; in xfs_swap_extent_rmap() local1356 ilen = tirec.br_blockcount; in xfs_swap_extent_rmap()1359 while (tirec.br_blockcount) { in xfs_swap_extent_rmap()1366 tirec.br_blockcount, &irec, in xfs_swap_extent_rmap()1375 uirec = tirec; in xfs_swap_extent_rmap()1377 tirec.br_blockcount, in xfs_swap_extent_rmap()1414 tirec.br_startoff += rlen; in xfs_swap_extent_rmap()1415 if (tirec.br_startblock != HOLESTARTBLOCK && in xfs_swap_extent_rmap()1416 tirec.br_startblock != DELAYSTARTBLOCK) in xfs_swap_extent_rmap()1417 tirec.br_startblock += rlen; in xfs_swap_extent_rmap()[all …]