Searched refs:offset_shift_fsb (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_bmap.h | 213 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb, 218 xfs_fileoff_t *next_fsb, xfs_fileoff_t offset_shift_fsb,
|
| H A D | xfs_bmap.c | 5663 xfs_fileoff_t offset_shift_fsb, in xfs_bmap_collapse_extents() argument 5704 new_startoff = got.br_startoff - offset_shift_fsb; in xfs_bmap_collapse_extents() 5712 offset_shift_fsb)) { in xfs_bmap_collapse_extents() 5714 offset_shift_fsb, &icur, &got, &prev, in xfs_bmap_collapse_extents() 5721 if (got.br_startoff < offset_shift_fsb) { in xfs_bmap_collapse_extents() 5778 xfs_fileoff_t offset_shift_fsb, in xfs_bmap_insert_extents() argument 5835 new_startoff = got.br_startoff + offset_shift_fsb; in xfs_bmap_insert_extents() 5849 offset_shift_fsb)) in xfs_bmap_insert_extents()
|