Searched refs:s_first_ino (Results 1 – 12 of 12) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | initialize.c | 175 set_field(s_first_ino, EXT2_GOOD_OLD_FIRST_INO); in ext2fs_initialize() 184 super->s_first_ino = EXT2_GOOD_OLD_FIRST_INO; in ext2fs_initialize() 409 numblocks -= super->s_first_ino; in ext2fs_initialize()
|
D | ext2_fs.h | 88 #define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino) 95 EXT2_GOOD_OLD_FIRST_INO : (s)->s_first_ino) 538 __u32 s_first_ino; /* First non-reserved inode */ member
|
D | swapfs.c | 52 sb->s_first_ino = ext2fs_swab32(sb->s_first_ino); in ext2fs_swap_super()
|
D | closefs.c | 192 sb->s_first_ino = EXT2_GOOD_OLD_FIRST_INO; in ext2fs_update_dynamic_rev()
|
/external/kernel-headers/original/linux/ |
D | ext2_fs.h | 109 #define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino) 116 (s)->s_first_ino) 380 __le32 s_first_ino; /* First non-reserved inode */ member
|
D | ext3_fs.h | 99 #define EXT3_FIRST_INO(s) (EXT3_SB(s)->s_first_ino) 106 (s)->s_first_ino) 451 __le32 s_first_ino; /* First non-reserved inode */ member
|
/external/e2fsprogs/lib/e2p/ |
D | ls.c | 293 fprintf(f, "First inode: %d\n", sb->s_first_ino); in list_super2()
|
/external/e2fsprogs/debugfs/ |
D | set_fields.c | 95 { "first_ino", &set_sb.s_first_ino, 4, parse_uint },
|
/external/e2fsprogs/e2fsck/ |
D | super.c | 518 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 | 357 * E2fsck will now flag filesystems that have an insane s_first_ino
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 710 E2fsck will now flag filesystems that have an insane s_first_ino field
|