Searched refs:gotdiff (Results 1 – 1 of 1) sorted by relevance
3050 xfs_fsblock_t gotdiff=0; /* right side difference */ in xfs_bmap_adjacent() local3098 adjust = gotdiff = ap->got.br_startoff - ap->offset; in xfs_bmap_adjacent()3111 if (gotdiff <= XFS_ALLOC_GAP_UNITS * ap->length && in xfs_bmap_adjacent()3112 xfs_bmap_adjacent_valid(ap, gotbno - gotdiff, in xfs_bmap_adjacent()3118 gotdiff += adjust - ap->length; in xfs_bmap_adjacent()3120 gotdiff += adjust; in xfs_bmap_adjacent()3132 ap->blkno = prevdiff <= gotdiff ? prevbno : gotbno; in xfs_bmap_adjacent()