Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext2/
H A Dext2.h95 int s_first_ino; member
185 #define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino)
455 __le32 s_first_ino; /* First non-reserved inode */ member
H A Dsuper.c115 es->s_first_ino = cpu_to_le32(EXT2_GOOD_OLD_FIRST_INO); in ext2_update_dynamic_rev()
996 sbi->s_first_ino = EXT2_GOOD_OLD_FIRST_INO; in ext2_fill_super()
999 sbi->s_first_ino = le32_to_cpu(es->s_first_ino); in ext2_fill_super()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dnilfs2_ondisk.h183 __le32 s_first_ino; /* First non-reserved inode */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dnilfs2_ondisk.h183 __le32 s_first_ino; /* First non-reserved inode */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dnilfs2_ondisk.h183 __le32 s_first_ino; /* First non-reserved inode */ member
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dext4.h285 #define EXT4_FIRST_INO(s) (EXT4_SB(s)->s_first_ino)
292 (s)->s_first_ino)
1327 __le32 s_first_ino; /* First non-reserved inode */ member
1461 int s_first_ino; member
H A Dsuper.c1062 es->s_first_ino = cpu_to_le32(EXT4_GOOD_OLD_FIRST_INO); in ext4_update_dynamic_rev()
4232 sbi->s_first_ino = EXT4_GOOD_OLD_FIRST_INO; in ext4_fill_super()
4235 sbi->s_first_ino = le32_to_cpu(es->s_first_ino); in ext4_fill_super()
4236 if (sbi->s_first_ino < EXT4_GOOD_OLD_FIRST_INO) { in ext4_fill_super()
4238 sbi->s_first_ino); in ext4_fill_super()
/OK3568_Linux_fs/kernel/fs/nilfs2/
H A Dthe_nilfs.c401 nilfs->ns_first_ino = le32_to_cpu(sbp->s_first_ino); in nilfs_store_disk_layout()