Searched refs:offset_shift_fsb (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/fs/xfs/libxfs/ |
| D | xfs_bmap.h | 218 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, 223 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb,
|
| D | xfs_bmap.c | 5695 xfs_fileoff_t offset_shift_fsb, in xfs_bmap_collapse_extents() argument 5739 new_startoff = got.br_startoff - offset_shift_fsb; in xfs_bmap_collapse_extents() 5746 if (xfs_bmse_can_merge(&prev, &got, offset_shift_fsb)) { in xfs_bmap_collapse_extents() 5748 offset_shift_fsb, &icur, &got, &prev, in xfs_bmap_collapse_extents() 5755 if (got.br_startoff < offset_shift_fsb) { in xfs_bmap_collapse_extents() 5812 xfs_fileoff_t offset_shift_fsb, in xfs_bmap_insert_extents() argument 5871 new_startoff = got.br_startoff + offset_shift_fsb; in xfs_bmap_insert_extents() 5884 if (xfs_bmse_can_merge(&got, &next, offset_shift_fsb)) in xfs_bmap_insert_extents()
|