Searched refs:tirec (Results 1 – 1 of 1) sorted by relevance
1365 struct xfs_bmbt_irec tirec; in xfs_swap_extent_rmap() local1400 ilen = tirec.br_blockcount; in xfs_swap_extent_rmap()1403 while (tirec.br_blockcount) { in xfs_swap_extent_rmap()1410 tirec.br_blockcount, &irec, in xfs_swap_extent_rmap()1419 uirec = tirec; in xfs_swap_extent_rmap()1421 tirec.br_blockcount, in xfs_swap_extent_rmap()1458 tirec.br_startoff += rlen; in xfs_swap_extent_rmap()1459 if (tirec.br_startblock != HOLESTARTBLOCK && in xfs_swap_extent_rmap()1460 tirec.br_startblock != DELAYSTARTBLOCK) in xfs_swap_extent_rmap()1461 tirec.br_startblock += rlen; in xfs_swap_extent_rmap()[all …]
Completed in 6 milliseconds