Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:newb

103 	daddr_t newb, lbn, pref;
151 cred, &newb);
155 ip->i_e2fs_last_blk = newb;
157 ip->i_e2fs_blocks[bn] = h2fs32((int32_t)newb);
161 bp->b_blkno = EXT2_FSBTODB(fs, newb);
188 error = ext2fs_alloc(ip, lbn, pref, cred, &newb);
191 nb = newb;
193 ip->i_e2fs_last_blk = newb;
195 bp->b_blkno = EXT2_FSBTODB(fs, newb);
206 *allocib = h2fs32((int32_t)newb);
228 error = ext2fs_alloc(ip, lbn, pref, cred, &newb);
233 nb = newb;
235 ip->i_e2fs_last_blk = newb;
266 error = ext2fs_alloc(ip, lbn, pref, cred, &newb);
271 nb = newb;
274 ip->i_e2fs_last_blk = newb;