Lines Matching defs:newbno2
375 xfs_agblock_t newbno2; /* other new block number */
377 xfs_extlen_t newlen2=0; /* length with newbno2 */
396 newbno2 = newbno1 - alignment;
401 if (newbno2 < freebno)
402 newbno2 = NULLAGBLOCK;
404 newlen2 = XFS_EXTLEN_MIN(wantlen, freeend - newbno2);
405 if (newbno1 != NULLAGBLOCK && newbno2 != NULLAGBLOCK) {
409 XFS_ABSDIFF(newbno2, wantbno)))
410 newbno1 = newbno2;
411 } else if (newbno2 != NULLAGBLOCK)
412 newbno1 = newbno2;