Searched refs:s_first_ino (Results 1 – 9 of 9) sorted by relevance
37 …irst non-reserved inode. Usually this is the lost+found directory. See s_first_ino in the superblo…
147 - s_first_ino
94 int s_first_ino; member186 #define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino)449 __le32 s_first_ino; /* First non-reserved inode */ member
115 es->s_first_ino = cpu_to_le32(EXT2_GOOD_OLD_FIRST_INO); in ext2_update_dynamic_rev()1000 sbi->s_first_ino = EXT2_GOOD_OLD_FIRST_INO; in ext2_fill_super()1003 sbi->s_first_ino = le32_to_cpu(es->s_first_ino); in ext2_fill_super()
183 __le32 s_first_ino; /* First non-reserved inode */ member
119 - uint32_t s_first_ino; /* First non-reserved inode */431 -#define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino)438 - EXT2_GOOD_OLD_FIRST_INO : (s)->s_first_ino)920 - __u32 s_first_ino; /* First non-reserved inode */
352 #define EXT4_FIRST_INO(s) (EXT4_SB(s)->s_first_ino)359 (s)->s_first_ino)1338 __le32 s_first_ino; /* First non-reserved inode */ member1522 int s_first_ino; member
1156 es->s_first_ino = cpu_to_le32(EXT4_GOOD_OLD_FIRST_INO); in ext4_update_dynamic_rev()4506 sbi->s_first_ino = EXT4_GOOD_OLD_FIRST_INO; in ext4_inode_info_init()4509 sbi->s_first_ino = le32_to_cpu(es->s_first_ino); in ext4_inode_info_init()4510 if (sbi->s_first_ino < EXT4_GOOD_OLD_FIRST_INO) { in ext4_inode_info_init()4512 sbi->s_first_ino); in ext4_inode_info_init()
454 nilfs->ns_first_ino = le32_to_cpu(sbp->s_first_ino); in nilfs_store_disk_layout()