Searched defs:orphan_blk (Results 1 - 1 of 1) sorted by path

/external/f2fs-tools/fsck/
H A Dfsck.c837 struct f2fs_orphan_block *orphan_blk; local
849 orphan_blk = calloc(BLOCK_SZ, 1);
852 int ret = dev_read_block(orphan_blk, start_blk + i);
856 for (j = 0; j < le32_to_cpu(orphan_blk->entry_count); j++) {
857 nid_t ino = le32_to_cpu(orphan_blk->ino[j]);
863 memset(orphan_blk, 0, BLOCK_SZ);
865 free(orphan_blk);

Completed in 209 milliseconds