Lines Matching refs:gotbno
3093 xfs_fsblock_t gotbno; /* right side block number */ in xfs_bmap_adjacent() local
3153 gotbno = ap->got.br_startblock; in xfs_bmap_adjacent()
3162 ISVALID(gotbno - gotdiff, gotbno)) in xfs_bmap_adjacent()
3163 gotbno -= adjust; in xfs_bmap_adjacent()
3164 else if (ISVALID(gotbno - ap->length, gotbno)) { in xfs_bmap_adjacent()
3165 gotbno -= ap->length; in xfs_bmap_adjacent()
3174 XFS_FSB_TO_AGNO(mp, gotbno) != fb_agno) in xfs_bmap_adjacent()
3175 gotbno = NULLFSBLOCK; in xfs_bmap_adjacent()
3181 gotbno = NULLFSBLOCK; in xfs_bmap_adjacent()
3186 if (prevbno != NULLFSBLOCK && gotbno != NULLFSBLOCK) in xfs_bmap_adjacent()
3187 ap->blkno = prevdiff <= gotdiff ? prevbno : gotbno; in xfs_bmap_adjacent()
3190 else if (gotbno != NULLFSBLOCK) in xfs_bmap_adjacent()
3191 ap->blkno = gotbno; in xfs_bmap_adjacent()