Searched refs:offset_shift_fsb (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.6/fs/xfs/libxfs/ |
D | xfs_bmap.h | 207 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, 212 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb,
|
D | xfs_bmap.c | 5759 xfs_fileoff_t offset_shift_fsb, in xfs_bmap_collapse_extents() argument 5800 new_startoff = got.br_startoff - offset_shift_fsb; in xfs_bmap_collapse_extents() 5807 if (xfs_bmse_can_merge(&prev, &got, offset_shift_fsb)) { in xfs_bmap_collapse_extents() 5809 offset_shift_fsb, &icur, &got, &prev, in xfs_bmap_collapse_extents() 5816 if (got.br_startoff < offset_shift_fsb) { in xfs_bmap_collapse_extents() 5873 xfs_fileoff_t offset_shift_fsb, in xfs_bmap_insert_extents() argument 5929 new_startoff = got.br_startoff + offset_shift_fsb; in xfs_bmap_insert_extents() 5942 if (xfs_bmse_can_merge(&got, &next, offset_shift_fsb)) in xfs_bmap_insert_extents()
|