Home | History | Annotate | Download | only in fsck

Lines Matching refs:new_blk

1566 	struct f2fs_orphan_block *orphan_blk, *new_blk;
1579 new_blk = calloc(BLOCK_SZ, 1);
1580 ASSERT(new_blk);
1608 new_blk->ino[new_entry_count++] =
1617 new_blk->entry_count = cpu_to_le32(new_entry_count);
1618 ret = dev_write_block(new_blk, start_blk + i);
1622 memset(new_blk, 0, BLOCK_SZ);
1625 free(new_blk);