Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext2/
Dext2.h92 int s_first_ino; member
180 #define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino)
454 __le32 s_first_ino; /* First non-reserved inode */ member
Dsuper.c113 es->s_first_ino = cpu_to_le32(EXT2_GOOD_OLD_FIRST_INO); in ext2_update_dynamic_rev()
959 sbi->s_first_ino = EXT2_GOOD_OLD_FIRST_INO; in ext2_fill_super()
962 sbi->s_first_ino = le32_to_cpu(es->s_first_ino); in ext2_fill_super()
/linux-4.1.27/fs/ext3/
Dext3.h88 #define EXT3_FIRST_INO(s) (EXT3_SB(s)->s_first_ino)
445 __le32 s_first_ino; /* First non-reserved inode */ member
653 int s_first_ino; member
Dsuper.c341 es->s_first_ino = cpu_to_le32(EXT3_GOOD_OLD_FIRST_INO); in ext3_update_dynamic_rev()
1874 sbi->s_first_ino = EXT3_GOOD_OLD_FIRST_INO; in ext3_fill_super()
1877 sbi->s_first_ino = le32_to_cpu(es->s_first_ino); in ext3_fill_super()
/linux-4.1.27/include/linux/
Dnilfs2_fs.h185 __le32 s_first_ino; /* First non-reserved inode */ member
/linux-4.1.27/fs/ext4/
Dext4.h244 #define EXT4_FIRST_INO(s) (EXT4_SB(s)->s_first_ino)
251 (s)->s_first_ino)
1144 __le32 s_first_ino; /* First non-reserved inode */ member
1278 int s_first_ino; member
Dsuper.c700 es->s_first_ino = cpu_to_le32(EXT4_GOOD_OLD_FIRST_INO); in ext4_update_dynamic_rev()
3768 sbi->s_first_ino = EXT4_GOOD_OLD_FIRST_INO; in ext4_fill_super()
3771 sbi->s_first_ino = le32_to_cpu(es->s_first_ino); in ext4_fill_super()
/linux-4.1.27/fs/nilfs2/
Dthe_nilfs.c414 nilfs->ns_first_ino = le32_to_cpu(sbp->s_first_ino); in nilfs_store_disk_layout()