Searched refs:root_ino (Results 1 - 4 of 4) sorted by relevance

/external/f2fs-tools/mkfs/
H A Df2fs_format.c328 set_sb(root_ino, 3);
508 set_cp(next_free_nid, get_sb(root_ino) + 1);
559 sum->nat_j.entries[0].nid = sb.root_ino;
561 sum->nat_j.entries[0].ne.ino = sb.root_ino;
594 sum_entry->nid = sb.root_ino;
611 sum->entries[0].nid = sb.root_ino;
736 raw_node->footer.nid = sb.root_ino;
737 raw_node->footer.ino = sb.root_ino;
815 nat_blk->entries[get_sb(root_ino)].block_addr = cpu_to_le32(
818 nat_blk->entries[get_sb(root_ino)]
[all...]
/external/e2fsprogs/lib/blkid/
H A Dprobe.h756 __u32 root_ino; /* root inode number */ member in struct:f2fs_super_block
/external/f2fs-tools/include/
H A Df2fs_fs.h346 __le32 root_ino; /* root inode number */ member in struct:f2fs_super_block
/external/f2fs-tools/fsck/
H A Dmount.c142 DISP_u32(sb, root_ino);
308 sbi->root_ino_num = le32_to_cpu(raw_super->root_ino);

Completed in 99 milliseconds