Searched defs:nat_blk (Results 1 - 1 of 1) sorted by relevance

/external/f2fs-tools/mkfs/
H A Df2fs_format.c805 struct f2fs_nat_block *nat_blk = NULL; local
808 nat_blk = calloc(F2FS_BLKSIZE, 1);
809 if(nat_blk == NULL) {
810 MSG(1, "\tError: Calloc Failed for nat_blk!!!\n");
815 nat_blk->entries[get_sb(root_ino)].block_addr = cpu_to_le32(
818 nat_blk->entries[get_sb(root_ino)].ino = sb.root_ino;
821 nat_blk->entries[get_sb(node_ino)].block_addr = cpu_to_le32(1);
822 nat_blk->entries[get_sb(node_ino)].ino = sb.node_ino;
825 nat_blk->entries[get_sb(meta_ino)].block_addr = cpu_to_le32(1);
826 nat_blk
[all...]

Completed in 291 milliseconds