Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.c5543 struct xfs_bmbt_irec adj_irec; in xfs_bmse_shift_one() local
5575 xfs_bmbt_get_all(adj_irecp, &adj_irec); in xfs_bmse_shift_one()
5578 adj_irec.br_startoff + adj_irec.br_blockcount) in xfs_bmse_shift_one()
5582 if (xfs_bmse_can_merge(&adj_irec, &got, in xfs_bmse_shift_one()
5599 xfs_bmbt_get_all(adj_irecp, &adj_irec); in xfs_bmse_shift_one()
5600 if (startoff + got.br_blockcount > adj_irec.br_startoff) in xfs_bmse_shift_one()
5609 if (xfs_bmse_can_merge(&got, &adj_irec, offset_shift_fsb)) in xfs_bmse_shift_one()