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

/linux-4.1.27/fs/xfs/libxfs/
H A Dxfs_bmap.c3398 xfs_fsblock_t gotdiff=0; /* right side difference */ xfs_bmap_adjacent() local
3452 adjust = gotdiff = ap->got.br_startoff - ap->offset; xfs_bmap_adjacent()
3465 if (gotdiff <= XFS_ALLOC_GAP_UNITS * ap->length && xfs_bmap_adjacent()
3466 ISVALID(gotbno - gotdiff, gotbno)) xfs_bmap_adjacent()
3470 gotdiff += adjust - ap->length; xfs_bmap_adjacent()
3472 gotdiff += adjust; xfs_bmap_adjacent()
3491 ap->blkno = prevdiff <= gotdiff ? prevbno : gotbno; xfs_bmap_adjacent()

Completed in 88 milliseconds