tag | line | file | source code |
---|---|---|---|
s_first_ino | 446 | fs/ext2/super.c | sb->u.ext2_sb.s_first_ino = EXT2_GOOD_OLD_FIRST_INO; |
s_first_ino | 449 | fs/ext2/super.c | sb->u.ext2_sb.s_first_ino = es->s_first_ino; |
s_first_ino | 98 | include/linux/ext2_fs.h | #define EXT2_FIRST_INO(s) ((s)->u.ext2_sb.s_first_ino) |
s_first_ino | 105 | include/linux/ext2_fs.h | (s)->s_first_ino) |
s_first_ino | 360 | include/linux/ext2_fs.h | __u32 s_first_ino; /* First non-reserved inode */ |
s_first_ino | 62 | include/linux/ext2_fs_sb.h | int s_first_ino; |