Lines Matching defs:ext2_inode
103 struct ext2_inode { struct
104 uint16_t i_mode; /* File mode */
105 uint16_t i_uid; /* Low 16 bits of Owner Uid */
106 uint32_t i_size; /* Size in bytes */
107 uint32_t i_atime; /* Access time */
108 uint32_t i_ctime; /* Creation time */
109 uint32_t i_mtime; /* Modification time */
110 uint32_t i_dtime; /* Deletion Time */
111 uint16_t i_gid; /* Low 16 bits of Group Id */
112 uint16_t i_links_count; /* Links count */
113 uint32_t i_blocks; /* Blocks count */
114 uint32_t i_flags; /* File flags */
115 union {
125 } osd1; /* OS dependent 1 */
126 uint32_t i_block[EXT2_N_BLOCKS];/* Pointers to blocks */
127 uint32_t i_generation; /* File version (for NFS) */
128 uint32_t i_file_acl; /* File ACL */
129 uint32_t i_dir_acl; /* Directory ACL */
130 uint32_t i_faddr; /* Fragment address */
131 union {
154 } osd2; /* OS dependent 2 */