Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.c3391 xfs_extlen_t orig_length; in xfs_bmap_btalloc() local
3402 orig_length = ap->length; in xfs_bmap_btalloc()
3632 if (ap->length <= orig_length) in xfs_bmap_btalloc()
3634 else if (ap->offset + ap->length < orig_offset + orig_length) in xfs_bmap_btalloc()
3635 ap->offset = orig_offset + orig_length - ap->length; in xfs_bmap_btalloc()