Searched refs:s_first_ino (Results 1 - 7 of 7) sorted by relevance

/fs/ext2/
H A Dext2.h92 int s_first_ino; member in struct:ext2_sb_info
180 #define EXT2_FIRST_INO(s) (EXT2_SB(s)->s_first_ino)
449 __le32 s_first_ino; /* First non-reserved inode */ member in struct:ext2_super_block
H A Dsuper.c114 es->s_first_ino = cpu_to_le32(EXT2_GOOD_OLD_FIRST_INO);
941 sbi->s_first_ino = EXT2_GOOD_OLD_FIRST_INO;
944 sbi->s_first_ino = le32_to_cpu(es->s_first_ino);
/fs/ext3/
H A Dext3.h88 #define EXT3_FIRST_INO(s) (EXT3_SB(s)->s_first_ino)
445 __le32 s_first_ino; /* First non-reserved inode */ member in struct:ext3_super_block
649 int s_first_ino; member in struct:ext3_sb_info
H A Dsuper.c341 es->s_first_ino = cpu_to_le32(EXT3_GOOD_OLD_FIRST_INO);
1863 sbi->s_first_ino = EXT3_GOOD_OLD_FIRST_INO;
1866 sbi->s_first_ino = le32_to_cpu(es->s_first_ino);
/fs/ext4/
H A Dext4.h253 #define EXT4_FIRST_INO(s) (EXT4_SB(s)->s_first_ino)
260 (s)->s_first_ino)
1093 __le32 s_first_ino; /* First non-reserved inode */ member in struct:ext4_super_block
1215 int s_first_ino; member in struct:ext4_sb_info
H A Dsuper.c702 es->s_first_ino = cpu_to_le32(EXT4_GOOD_OLD_FIRST_INO);
3698 sbi->s_first_ino = EXT4_GOOD_OLD_FIRST_INO;
3701 sbi->s_first_ino = le32_to_cpu(es->s_first_ino);
/fs/nilfs2/
H A Dthe_nilfs.c414 nilfs->ns_first_ino = le32_to_cpu(sbp->s_first_ino);

Completed in 95 milliseconds