Searched refs:orphan_blk (Results 1 – 1 of 1) sorted by relevance
905 struct f2fs_orphan_block *orphan_blk; in fsck_chk_orphan_node() local914 orphan_blk = calloc(BLOCK_SZ, 1); in fsck_chk_orphan_node()917 int ret = dev_read_block(orphan_blk, start_blk + i); in fsck_chk_orphan_node()921 for (j = 0; j < le32_to_cpu(orphan_blk->entry_count); j++) { in fsck_chk_orphan_node()922 nid_t ino = le32_to_cpu(orphan_blk->ino[j]); in fsck_chk_orphan_node()933 memset(orphan_blk, 0, BLOCK_SZ); in fsck_chk_orphan_node()935 free(orphan_blk); in fsck_chk_orphan_node()