Lines Matching defs:ext2_inode
180 struct ext2_inode { struct
181 uint16_t mode; // File mode
182 uint16_t uid; // Low 16 bits of Owner Uid
183 uint32_t size; // Size in bytes
184 uint32_t atime; // Access time
185 uint32_t ctime; // Creation time
186 uint32_t mtime; // Modification time
187 uint32_t dtime; // Deletion Time
188 uint16_t gid; // Low 16 bits of Group Id
189 uint16_t links_count; // Links count
190 uint32_t blocks; // Blocks count
191 uint32_t flags; // File flags
192 uint32_t reserved1;
193 uint32_t block[15]; // Pointers to blocks
194 uint32_t generation; // File version (for NFS)
195 uint32_t file_acl; // File ACL
196 uint32_t dir_acl; // Directory ACL (or top bits of file length)
197 uint32_t faddr; // Last block in file
198 uint8_t frag; // Fragment number
199 uint8_t fsize; // Fragment size
200 uint16_t pad1;
201 uint16_t uid_high; // High bits of uid
202 uint16_t gid_high; // High bits of gid
203 uint32_t reserved2;