Lines Matching defs:newbno2
330 xfs_agblock_t newbno2; /* other new block number */
332 xfs_extlen_t newlen2=0; /* length with newbno2 */
351 newbno2 = newbno1 - alignment;
356 if (newbno2 < freebno)
357 newbno2 = NULLAGBLOCK;
359 newlen2 = XFS_EXTLEN_MIN(wantlen, freeend - newbno2);
360 if (newbno1 != NULLAGBLOCK && newbno2 != NULLAGBLOCK) {
364 XFS_ABSDIFF(newbno2, wantbno)))
365 newbno1 = newbno2;
366 } else if (newbno2 != NULLAGBLOCK)
367 newbno1 = newbno2;