Lines Matching refs:gotbno
3076 xfs_fsblock_t gotbno; /* right side block number */ in xfs_bmap_adjacent() local
3136 gotbno = ap->got.br_startblock; in xfs_bmap_adjacent()
3145 ISVALID(gotbno - gotdiff, gotbno)) in xfs_bmap_adjacent()
3146 gotbno -= adjust; in xfs_bmap_adjacent()
3147 else if (ISVALID(gotbno - ap->length, gotbno)) { in xfs_bmap_adjacent()
3148 gotbno -= ap->length; in xfs_bmap_adjacent()
3157 XFS_FSB_TO_AGNO(mp, gotbno) != fb_agno) in xfs_bmap_adjacent()
3158 gotbno = NULLFSBLOCK; in xfs_bmap_adjacent()
3164 gotbno = NULLFSBLOCK; in xfs_bmap_adjacent()
3169 if (prevbno != NULLFSBLOCK && gotbno != NULLFSBLOCK) in xfs_bmap_adjacent()
3170 ap->blkno = prevdiff <= gotdiff ? prevbno : gotbno; in xfs_bmap_adjacent()
3173 else if (gotbno != NULLFSBLOCK) in xfs_bmap_adjacent()
3174 ap->blkno = gotbno; in xfs_bmap_adjacent()