Searched refs:s_first_ino (Results 1 – 13 of 13) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | initialize.c | 200 set_field(s_first_ino, EXT2_GOOD_OLD_FIRST_INO); in ext2fs_initialize() 209 super->s_first_ino = EXT2_GOOD_OLD_FIRST_INO; in ext2fs_initialize() 515 reserved_inos = super->s_first_ino; in ext2fs_initialize()
|
D | tst_super_size.c | 80 check_field(s_first_ino, 4); in main()
|
D | ext2_fs.h | 99 #define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino) 106 EXT2_GOOD_OLD_FIRST_INO : (s)->s_first_ino) 677 __u32 s_first_ino; /* First non-reserved inode */ member
|
D | swapfs.c | 55 sb->s_first_ino = ext2fs_swab32(sb->s_first_ino); in ext2fs_swap_super()
|
D | closefs.c | 247 sb->s_first_ino = EXT2_GOOD_OLD_FIRST_INO; in ext2fs_update_dynamic_rev()
|
/external/e2fsprogs/e2fsck/ |
D | extents.c | 34 (ino != EXT2_ROOT_INO && ino < ctx->fs->super->s_first_ino)) in e2fsck_rebuild_extents_later() 335 (ino != EXT2_ROOT_INO && ino < ctx->fs->super->s_first_ino)) in e2fsck_rebuild_extents()
|
D | super.c | 696 !check_super_value(ctx, "first_ino", sb->s_first_ino, in check_super_block()
|
/external/kernel-headers/original/uapi/linux/ |
D | nilfs2_ondisk.h | 183 __le32 s_first_ino; /* First non-reserved inode */ member
|
/external/e2fsprogs/lib/e2p/ |
D | ls.c | 359 fprintf(f, "First inode: %d\n", sb->s_first_ino); in list_super2()
|
/external/e2fsprogs/debugfs/ |
D | set_fields.c | 112 { "first_ino", &set_sb.s_first_ino, NULL, 4, parse_uint },
|
/external/e2fsprogs/ext2ed/ |
D | ext2.descriptors | 144 __u32 s_first_ino; /* First non-reserved inode */
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.41.txt | 995 E2fsck will now flag filesystems that have an insane s_first_ino field
|
/external/e2fsprogs/debian/ |
D | changelog | 1825 * E2fsck will now flag filesystems that have an insane s_first_ino
|