Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_bmap.h223 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb,
228 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb,
Dxfs_bmap.c5774 xfs_fileoff_t offset_shift_fsb, in xfs_bmap_collapse_extents() argument
5817 new_startoff = got.br_startoff - offset_shift_fsb; in xfs_bmap_collapse_extents()
5824 if (xfs_bmse_can_merge(&prev, &got, offset_shift_fsb)) { in xfs_bmap_collapse_extents()
5826 offset_shift_fsb, &icur, &got, &prev, in xfs_bmap_collapse_extents()
5833 if (got.br_startoff < offset_shift_fsb) { in xfs_bmap_collapse_extents()
5890 xfs_fileoff_t offset_shift_fsb, in xfs_bmap_insert_extents() argument
5948 new_startoff = got.br_startoff + offset_shift_fsb; in xfs_bmap_insert_extents()
5961 if (xfs_bmse_can_merge(&got, &next, offset_shift_fsb)) in xfs_bmap_insert_extents()