Home
last modified time | relevance | path

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

/fs/xfs/libxfs/
Dxfs_bmap.c5744 xfs_fileoff_t new_startoff; in xfs_bmap_collapse_extents() local
5776 new_startoff = got.br_startoff - offset_shift_fsb; in xfs_bmap_collapse_extents()
5778 if (new_startoff < prev.br_startoff + prev.br_blockcount) { in xfs_bmap_collapse_extents()
5799 cur, &logflags, new_startoff); in xfs_bmap_collapse_extents()
5859 xfs_fileoff_t new_startoff; in xfs_bmap_insert_extents() local
5905 new_startoff = got.br_startoff + offset_shift_fsb; in xfs_bmap_insert_extents()
5907 if (new_startoff + got.br_blockcount > next.br_startoff) { in xfs_bmap_insert_extents()
5923 cur, &logflags, new_startoff); in xfs_bmap_insert_extents()