Home
last modified time | relevance | path

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

/linux-4.4.14/fs/xfs/libxfs/
Dxfs_bmap.h228 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb,
Dxfs_bmap.c5531 xfs_fileoff_t offset_shift_fsb, in xfs_bmse_shift_one() argument
5558 startoff = got.br_startoff - offset_shift_fsb; in xfs_bmse_shift_one()
5566 if (got.br_startoff < offset_shift_fsb) in xfs_bmse_shift_one()
5583 offset_shift_fsb)) { in xfs_bmse_shift_one()
5584 return xfs_bmse_merge(ip, whichfork, offset_shift_fsb, in xfs_bmse_shift_one()
5589 startoff = got.br_startoff + offset_shift_fsb; in xfs_bmse_shift_one()
5609 if (xfs_bmse_can_merge(&got, &adj_irec, offset_shift_fsb)) in xfs_bmse_shift_one()
5654 xfs_fileoff_t offset_shift_fsb, in xfs_bmap_shift_extents() argument
5762 error = xfs_bmse_shift_one(ip, whichfork, offset_shift_fsb, in xfs_bmap_shift_extents()