Lines Matching defs:ext3_inode
260 struct ext3_inode { struct
261 __le16 i_mode; /* File mode */
262 __le16 i_uid; /* Low 16 bits of Owner Uid */
263 __le32 i_size; /* Size in bytes */
264 __le32 i_atime; /* Access time */
265 __le32 i_ctime; /* Creation time */
266 __le32 i_mtime; /* Modification time */
267 __le32 i_dtime; /* Deletion Time */
268 __le16 i_gid; /* Low 16 bits of Group Id */
269 __le16 i_links_count; /* Links count */
270 __le32 i_blocks; /* Blocks count */
271 __le32 i_flags; /* File flags */
272 union {
282 } osd1; /* OS dependent 1 */
283 __le32 i_block[EXT3_N_BLOCKS];/* Pointers to blocks */
284 __le32 i_generation; /* File version (for NFS) */
285 __le32 i_file_acl; /* File ACL */
286 __le32 i_dir_acl; /* Directory ACL */
287 __le32 i_faddr; /* Fragment address */
288 union {
311 } osd2; /* OS dependent 2 */
312 __le16 i_extra_isize;
313 __le16 i_pad1;