gotbno           3088 fs/xfs/libxfs/xfs_bmap.c 		xfs_fsblock_t	gotbno;		/* right side block number */
gotbno           3148 fs/xfs/libxfs/xfs_bmap.c 			gotbno = ap->got.br_startblock;
gotbno           3157 fs/xfs/libxfs/xfs_bmap.c 			    ISVALID(gotbno - gotdiff, gotbno))
gotbno           3158 fs/xfs/libxfs/xfs_bmap.c 				gotbno -= adjust;
gotbno           3159 fs/xfs/libxfs/xfs_bmap.c 			else if (ISVALID(gotbno - ap->length, gotbno)) {
gotbno           3160 fs/xfs/libxfs/xfs_bmap.c 				gotbno -= ap->length;
gotbno           3169 fs/xfs/libxfs/xfs_bmap.c 			    XFS_FSB_TO_AGNO(mp, gotbno) != fb_agno)
gotbno           3170 fs/xfs/libxfs/xfs_bmap.c 				gotbno = NULLFSBLOCK;
gotbno           3176 fs/xfs/libxfs/xfs_bmap.c 			gotbno = NULLFSBLOCK;
gotbno           3181 fs/xfs/libxfs/xfs_bmap.c 		if (prevbno != NULLFSBLOCK && gotbno != NULLFSBLOCK)
gotbno           3182 fs/xfs/libxfs/xfs_bmap.c 			ap->blkno = prevdiff <= gotdiff ? prevbno : gotbno;
gotbno           3185 fs/xfs/libxfs/xfs_bmap.c 		else if (gotbno != NULLFSBLOCK)
gotbno           3186 fs/xfs/libxfs/xfs_bmap.c 			ap->blkno = gotbno;