Home | History | Annotate | Download | only in fsck_v7fs

Lines Matching defs:newblk

240     v7fs_daddr_t newblk)
245 p->addr[dupidx] = newblk;
248 copy_block(fs, newblk, oldblk);
263 v7fs_daddr_t newblk)
273 list[dupidx] = V7FS_VAL32(fs, newblk);
277 copy_block(fs, newblk, oldblk);
278 pwarn("dup block replaced by %d\n", newblk);
283 v7fs_daddr_t newblk)
291 replace_block_indexed(fs, listblk, i, newblk);
301 v7fs_daddr_t newblk)
310 replace_block_indexed(fs, listblk, i, newblk);
313 if (dupfind_loop1(fs, blk, dupblk, newblk))
322 v7fs_daddr_t newblk)
331 replace_block_direct(fs, p, i, newblk);
338 replace_block_direct(fs, p, V7FS_NADDR_INDEX1, newblk);
341 if (dupfind_loop1(fs, blk, dupblk, newblk))
346 replace_block_direct(fs, p, V7FS_NADDR_INDEX2, newblk);
349 if (dupfind_loop2(fs, blk, dupblk, newblk))
354 replace_block_direct(fs, p, V7FS_NADDR_INDEX3, newblk);
360 replace_block_indexed(fs, blk, i, newblk);
363 if (dupfind_loop2(fs, blk2, dupblk, newblk))
374 v7fs_daddr_t newblk;
396 if ((error = v7fs_datablock_allocate(fs, &newblk))) {
401 do_replace(fs, &inode, dupblk, newblk);