Searched refs:s_first_ino (Results 1 – 7 of 7) sorted by relevance
92 int s_first_ino; member180 #define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino)449 __le32 s_first_ino; /* First non-reserved inode */ member
114 es->s_first_ino = cpu_to_le32(EXT2_GOOD_OLD_FIRST_INO); in ext2_update_dynamic_rev()941 sbi->s_first_ino = EXT2_GOOD_OLD_FIRST_INO; in ext2_fill_super()944 sbi->s_first_ino = le32_to_cpu(es->s_first_ino); in ext2_fill_super()
88 #define EXT3_FIRST_INO(s) (EXT3_SB(s)->s_first_ino)443 __le32 s_first_ino; /* First non-reserved inode */ member647 int s_first_ino; member
329 es->s_first_ino = cpu_to_le32(EXT3_GOOD_OLD_FIRST_INO); in ext3_update_dynamic_rev()1816 sbi->s_first_ino = EXT3_GOOD_OLD_FIRST_INO; in ext3_fill_super()1819 sbi->s_first_ino = le32_to_cpu(es->s_first_ino); in ext3_fill_super()
253 #define EXT4_FIRST_INO(s) (EXT4_SB(s)->s_first_ino)260 (s)->s_first_ino)1111 __le32 s_first_ino; /* First non-reserved inode */ member1245 int s_first_ino; member
702 es->s_first_ino = cpu_to_le32(EXT4_GOOD_OLD_FIRST_INO); in ext4_update_dynamic_rev()3724 sbi->s_first_ino = EXT4_GOOD_OLD_FIRST_INO; in ext4_fill_super()3727 sbi->s_first_ino = le32_to_cpu(es->s_first_ino); in ext4_fill_super()
402 nilfs->ns_first_ino = le32_to_cpu(sbp->s_first_ino); in nilfs_store_disk_layout()