Searched refs:s_first_ino (Results 1 – 11 of 11) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | initialize.c | 186 set_field(s_first_ino, EXT2_GOOD_OLD_FIRST_INO); in ext2fs_initialize() 195 super->s_first_ino = EXT2_GOOD_OLD_FIRST_INO; in ext2fs_initialize() 463 reserved_inos = super->s_first_ino; in ext2fs_initialize()
|
D | ext2_fs.h | 90 #define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino) 97 EXT2_GOOD_OLD_FIRST_INO : (s)->s_first_ino) 620 __u32 s_first_ino; /* First non-reserved inode */ member
|
D | tst_super_size.c | 79 check_field(s_first_ino, 4); in main()
|
D | swapfs.c | 52 sb->s_first_ino = ext2fs_swab32(sb->s_first_ino); in ext2fs_swap_super()
|
D | closefs.c | 239 sb->s_first_ino = EXT2_GOOD_OLD_FIRST_INO; in ext2fs_update_dynamic_rev()
|
/external/e2fsprogs/lib/e2p/ |
D | ls.c | 332 fprintf(f, "First inode: %d\n", sb->s_first_ino); in list_super2()
|
/external/e2fsprogs/debugfs/ |
D | set_fields.c | 103 { "first_ino", &set_sb.s_first_ino, NULL, 4, parse_uint },
|
/external/e2fsprogs/e2fsck/ |
D | super.c | 536 check_super_value(ctx, "first_ino", sb->s_first_ino, in check_super_block()
|
/external/e2fsprogs/ext2ed/ |
D | ext2.descriptors | 144 __u32 s_first_ino; /* First non-reserved inode */
|
/external/e2fsprogs/debian/ |
D | changelog | 1028 * E2fsck will now flag filesystems that have an insane s_first_ino
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 2246 E2fsck will now flag filesystems that have an insane s_first_ino field
|