Lines Matching defs:gotbno
3174 xfs_fsblock_t gotbno; /* right side block number */
3234 gotbno = ap->got.br_startblock;
3243 ISVALID(gotbno - gotdiff, gotbno))
3244 gotbno -= adjust;
3245 else if (ISVALID(gotbno - ap->length, gotbno)) {
3246 gotbno -= ap->length;
3255 XFS_FSB_TO_AGNO(mp, gotbno) != fb_agno)
3256 gotbno = NULLFSBLOCK;
3262 gotbno = NULLFSBLOCK;
3267 if (prevbno != NULLFSBLOCK && gotbno != NULLFSBLOCK)
3268 ap->blkno = prevdiff <= gotdiff ? prevbno : gotbno;
3271 else if (gotbno != NULLFSBLOCK)
3272 ap->blkno = gotbno;