Lines Matching defs:gotbno
3089 xfs_fsblock_t gotbno; /* right side block number */
3142 gotbno = ap->got.br_startblock;
3151 ISVALID(gotbno - gotdiff, gotbno))
3152 gotbno -= adjust;
3153 else if (ISVALID(gotbno - ap->length, gotbno)) {
3154 gotbno -= ap->length;
3163 gotbno = NULLFSBLOCK;
3168 if (prevbno != NULLFSBLOCK && gotbno != NULLFSBLOCK)
3169 ap->blkno = prevdiff <= gotdiff ? prevbno : gotbno;
3172 else if (gotbno != NULLFSBLOCK)
3173 ap->blkno = gotbno;