Lines Matching refs:newb
106 e4fs_daddr_t nb, newb; in ext2_balloc() local
152 fs->e2fs_bsize, cred, &newb); in ext2_balloc()
159 if (newb > UINT_MAX) in ext2_balloc()
162 bp->b_blkno = fsbtodb(fs, newb); in ext2_balloc()
191 &newb))) in ext2_balloc()
193 if (newb > UINT_MAX) in ext2_balloc()
195 nb = newb; in ext2_balloc()
197 bp->b_blkno = fsbtodb(fs, newb); in ext2_balloc()
207 ip->i_ib[indirs[0].in_off] = newb; in ext2_balloc()
232 error = ext2_alloc(ip, lbn, pref, (int)fs->e2fs_bsize, cred, &newb); in ext2_balloc()
237 if (newb > UINT_MAX) in ext2_balloc()
239 nb = newb; in ext2_balloc()
273 lbn, pref, (int)fs->e2fs_bsize, cred, &newb)) != 0) { in ext2_balloc()
277 if (newb > UINT_MAX) in ext2_balloc()
279 nb = newb; in ext2_balloc()