Home
last modified time | relevance | path

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

/linux/fs/xfs/libxfs/
H A Dxfs_bmap.c3058 xfs_fsblock_t gotdiff=0; /* right side difference */ in xfs_bmap_adjacent() local
3106 adjust = gotdiff = ap->got.br_startoff - ap->offset; in xfs_bmap_adjacent()
3119 if (gotdiff <= XFS_ALLOC_GAP_UNITS * ap->length && in xfs_bmap_adjacent()
3120 xfs_bmap_adjacent_valid(ap, gotbno - gotdiff, in xfs_bmap_adjacent()
3126 gotdiff += adjust - ap->length; in xfs_bmap_adjacent()
3128 gotdiff += adjust; in xfs_bmap_adjacent()
3140 ap->blkno = prevdiff <= gotdiff ? prevbno : gotbno; in xfs_bmap_adjacent()