|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <ext3_fs.h>

Public Attributes | |
| __le16 | i_mode |
| __le16 | i_uid |
| __le32 | i_size |
| __le32 | i_atime |
| __le32 | i_ctime |
| __le32 | i_mtime |
| __le32 | i_dtime |
| __le16 | i_gid |
| __le16 | i_links_count |
| __le32 | i_blocks |
| __le32 | i_flags |
| union { | |
| struct { | |
| __le32 l_i_version | |
| } linux1 | |
| struct { | |
| __u32 h_i_translator | |
| } hurd1 | |
| struct { | |
| __u32 m_i_reserved1 | |
| } masix1 | |
| } | osd1 |
| __le32 | i_block [EXT3_N_BLOCKS] |
| __le32 | i_generation |
| __le32 | i_file_acl_lo |
| __le32 | i_size_high |
| __le32 | i_obso_faddr |
| union { | |
| struct { | |
| __le16 l_i_blocks_high | |
| __le16 l_i_file_acl_high | |
| __le16 l_i_uid_high | |
| __le16 l_i_gid_high | |
| __u32 l_i_reserved2 | |
| } linux2 | |
| struct { | |
| __le16 h_i_reserved1 | |
| __u16 h_i_mode_high | |
| __u16 h_i_uid_high | |
| __u16 h_i_gid_high | |
| __u32 h_i_author | |
| } hurd2 | |
| struct { | |
| __le16 h_i_reserved1 | |
| __le16 m_i_file_acl_high | |
| __u32 m_i_reserved2 [2] | |
| } masix2 | |
| } | osd2 |
| __le16 | i_extra_isize |
| __le16 | i_pad1 |
| __le32 | i_ctime_extra |
| __le32 | i_mtime_extra |
| __le32 | i_atime_extra |
| __le32 | i_crtime |
| __le32 | i_crtime_extra |
| __le32 | i_version_hi |
| struct { ... } ext3_inode::hurd1 |
| struct { ... } ext3_inode::hurd2 |
| __le32 ext3_inode::i_block[EXT3_N_BLOCKS] |
Definition at line 368 of file ext3_fs.h.
Referenced by ext2_expand_inode().
| __le32 ext3_inode::i_blocks |
Definition at line 355 of file ext3_fs.h.
Referenced by ext2_expand_block(), ext2_expand_inode(), ext3_inode_blocks(), and ext3_inode_blocks_set().
| __le16 ext3_inode::i_extra_isize |
Definition at line 394 of file ext3_fs.h.
Referenced by ext4_xattr_inode_fetch(), and ext4_xattr_inode_space().
| __le16 ext3_inode::i_links_count |
Definition at line 354 of file ext3_fs.h.
Referenced by ext2_mkdir().
| __le32 ext3_inode::i_size |
Definition at line 348 of file ext3_fs.h.
Referenced by ext2_add_entry().
| struct { ... } ext3_inode::linux1 |
| struct { ... } ext3_inode::linux2 |
| struct { ... } ext3_inode::masix1 |
| struct { ... } ext3_inode::masix2 |
| union { ... } ext3_inode::osd1 |
| union { ... } ext3_inode::osd2 |