Home
last modified time | relevance | path

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

/Linux-v5.4/fs/ext2/
Dext2.h95 int s_first_ino; member
185 #define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino)
456 __le32 s_first_ino; /* First non-reserved inode */ member
Dsuper.c115 es->s_first_ino = cpu_to_le32(EXT2_GOOD_OLD_FIRST_INO); in ext2_update_dynamic_rev()
1009 sbi->s_first_ino = EXT2_GOOD_OLD_FIRST_INO; in ext2_fill_super()
1012 sbi->s_first_ino = le32_to_cpu(es->s_first_ino); in ext2_fill_super()
/Linux-v5.4/include/uapi/linux/
Dnilfs2_ondisk.h183 __le32 s_first_ino; /* First non-reserved inode */ member
/Linux-v5.4/fs/ext4/
Dext4.h270 #define EXT4_FIRST_INO(s) (EXT4_SB(s)->s_first_ino)
277 (s)->s_first_ino)
1258 __le32 s_first_ino; /* First non-reserved inode */ member
1413 int s_first_ino; member
Dsuper.c867 es->s_first_ino = cpu_to_le32(EXT4_GOOD_OLD_FIRST_INO); in ext4_update_dynamic_rev()
4032 sbi->s_first_ino = EXT4_GOOD_OLD_FIRST_INO; in ext4_fill_super()
4035 sbi->s_first_ino = le32_to_cpu(es->s_first_ino); in ext4_fill_super()
4036 if (sbi->s_first_ino < EXT4_GOOD_OLD_FIRST_INO) { in ext4_fill_super()
4038 sbi->s_first_ino); in ext4_fill_super()
/Linux-v5.4/fs/nilfs2/
Dthe_nilfs.c405 nilfs->ns_first_ino = le32_to_cpu(sbp->s_first_ino); in nilfs_store_disk_layout()