Home
last modified time | relevance | path

Searched refs:ext2_superblock (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/pending/
Dmke2fs.c106 struct ext2_superblock { struct
371 static void init_superblock(struct ext2_superblock *sb) in init_superblock()
551 struct ext2_superblock sb; in mke2fs_main()
659 xwrite(TT.fsfd, &sb, sizeof(struct ext2_superblock)); in mke2fs_main()
660 temp = TT.blocksize - sizeof(struct ext2_superblock); in mke2fs_main()