Home
last modified time | relevance | path

Searched refs:adj_irec (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/fs/xfs/libxfs/
Dxfs_bmap.c5504 struct xfs_bmbt_irec adj_irec; in xfs_bmse_shift_one() local
5536 xfs_bmbt_get_all(adj_irecp, &adj_irec); in xfs_bmse_shift_one()
5539 adj_irec.br_startoff + adj_irec.br_blockcount) in xfs_bmse_shift_one()
5543 if (xfs_bmse_can_merge(&adj_irec, &got, in xfs_bmse_shift_one()
5560 xfs_bmbt_get_all(adj_irecp, &adj_irec); in xfs_bmse_shift_one()
5561 if (startoff + got.br_blockcount > adj_irec.br_startoff) in xfs_bmse_shift_one()
5570 if (xfs_bmse_can_merge(&got, &adj_irec, offset_shift_fsb)) in xfs_bmse_shift_one()