Searched refs:offset_shift_fsb (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/fs/xfs/libxfs/ |
D | xfs_bmap.h | 219 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb,
|
D | xfs_bmap.c | 5492 xfs_fileoff_t offset_shift_fsb, in xfs_bmse_shift_one() argument 5519 startoff = got.br_startoff - offset_shift_fsb; in xfs_bmse_shift_one() 5527 if (got.br_startoff < offset_shift_fsb) in xfs_bmse_shift_one() 5544 offset_shift_fsb)) { in xfs_bmse_shift_one() 5545 return xfs_bmse_merge(ip, whichfork, offset_shift_fsb, in xfs_bmse_shift_one() 5550 startoff = got.br_startoff + offset_shift_fsb; in xfs_bmse_shift_one() 5570 if (xfs_bmse_can_merge(&got, &adj_irec, offset_shift_fsb)) in xfs_bmse_shift_one() 5615 xfs_fileoff_t offset_shift_fsb, in xfs_bmap_shift_extents() argument 5723 error = xfs_bmse_shift_one(ip, whichfork, offset_shift_fsb, in xfs_bmap_shift_extents()
|