Home
last modified time | relevance | path

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

/linux-6.3-rc2/Documentation/filesystems/ext4/
A Dspecial_inodes.rst37 …irst non-reserved inode. Usually this is the lost+found directory. See s_first_ino in the superblo…
A Dsuper.rst147 - s_first_ino
/linux-6.3-rc2/fs/ext2/
A Dext2.h97 int s_first_ino; member
188 #define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino)
454 __le32 s_first_ino; /* First non-reserved inode */ member
A Dsuper.c115 es->s_first_ino = cpu_to_le32(EXT2_GOOD_OLD_FIRST_INO); in ext2_update_dynamic_rev()
994 sbi->s_first_ino = EXT2_GOOD_OLD_FIRST_INO; in ext2_fill_super()
997 sbi->s_first_ino = le32_to_cpu(es->s_first_ino); in ext2_fill_super()
/linux-6.3-rc2/include/uapi/linux/
A Dnilfs2_ondisk.h183 __le32 s_first_ino; /* First non-reserved inode */ member
/linux-6.3-rc2/fs/ext4/
A Dext4.h299 #define EXT4_FIRST_INO(s) (EXT4_SB(s)->s_first_ino)
306 (s)->s_first_ino)
1358 __le32 s_first_ino; /* First non-reserved inode */ member
1542 int s_first_ino; member
A Dsuper.c1084 es->s_first_ino = cpu_to_le32(EXT4_GOOD_OLD_FIRST_INO); in ext4_update_dynamic_rev()
4429 sbi->s_first_ino = EXT4_GOOD_OLD_FIRST_INO; in ext4_inode_info_init()
4432 sbi->s_first_ino = le32_to_cpu(es->s_first_ino); in ext4_inode_info_init()
4433 if (sbi->s_first_ino < EXT4_GOOD_OLD_FIRST_INO) { in ext4_inode_info_init()
4435 sbi->s_first_ino); in ext4_inode_info_init()
/linux-6.3-rc2/fs/nilfs2/
A Dthe_nilfs.c434 nilfs->ns_first_ino = le32_to_cpu(sbp->s_first_ino); in nilfs_store_disk_layout()

Completed in 38 milliseconds