Lines Matching defs:ext2_inode
84 struct ext2_inode { struct
85 uint16_t mode; // File mode
86 uint16_t uid; // Low 16 bits of Owner Uid
87 uint32_t size; // Size in bytes
88 uint32_t atime; // Access time
89 uint32_t ctime; // Creation time
90 uint32_t mtime; // Modification time
91 uint32_t dtime; // Deletion Time
92 uint16_t gid; // Low 16 bits of Group Id
93 uint16_t links_count; // Links count
94 uint32_t blocks; // Blocks count
95 uint32_t flags; // File flags
96 uint32_t reserved1;
97 uint32_t block[15]; // Pointers to blocks
98 uint32_t generation; // File version (for NFS)
99 uint32_t file_acl; // File ACL
100 uint32_t dir_acl; // Directory ACL (or top bits of file length)
101 uint32_t faddr; // Last block in file
102 uint8_t frag; // Fragment number
103 uint8_t fsize; // Fragment size
104 uint16_t pad1;
105 uint16_t uid_high; // High bits of uid
106 uint16_t gid_high; // High bits of gid
107 uint32_t reserved2;