Home
last modified time | relevance | path

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

/onnv-gate/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_fs.h210 uint32_t s_first_ino; /* First non-reserved inode */ member
304 #define EXT2_SUPER_FIRST_INO(sb) (PED_LE32_TO_CPU((sb).s_first_ino))
H A Dext2_mkfs.c457 sb->s_first_ino = PED_CPU_TO_LE32(11); in ext2_mkfs_init_sb()
/onnv-gate/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ext2fs.c95 __u32 s_first_ino; /* First non-reserved inode */ member