Home
last modified time | relevance | path

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

/linux/Documentation/filesystems/ext4/
H A Dspecial_inodes.rst37 …irst non-reserved inode. Usually this is the lost+found directory. See s_first_ino in the superblo…
/linux/fs/ext4/
H A Dext4.h355 #define EXT4_FIRST_INO(s) (EXT4_SB(s)->s_first_ino)
362 (s)->s_first_ino)
1408 __le32 s_first_ino; /* First non-reserved inode */ member
1625 int s_first_ino; member
H A Dsuper.c1150 es->s_first_ino = cpu_to_le32(EXT4_GOOD_OLD_FIRST_INO); in ext4_update_dynamic_rev()
4581 sbi->s_first_ino = EXT4_GOOD_OLD_FIRST_INO; in ext4_inode_info_init()
4584 sbi->s_first_ino = le32_to_cpu(es->s_first_ino); in ext4_inode_info_init()
4585 if (sbi->s_first_ino < EXT4_GOOD_OLD_FIRST_INO) { in ext4_inode_info_init()
4587 sbi->s_first_ino); in ext4_inode_info_init()