Home
last modified time | relevance | path

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

/linux-4.19.296/fs/xfs/libxfs/
Dxfs_bmap.c3094 xfs_fsblock_t gotdiff=0; /* right side difference */ in xfs_bmap_adjacent() local
3148 adjust = gotdiff = ap->got.br_startoff - ap->offset; in xfs_bmap_adjacent()
3161 if (gotdiff <= XFS_ALLOC_GAP_UNITS * ap->length && in xfs_bmap_adjacent()
3162 ISVALID(gotbno - gotdiff, gotbno)) in xfs_bmap_adjacent()
3166 gotdiff += adjust - ap->length; in xfs_bmap_adjacent()
3168 gotdiff += adjust; in xfs_bmap_adjacent()
3187 ap->blkno = prevdiff <= gotdiff ? prevbno : gotbno; in xfs_bmap_adjacent()