Lines Matching defs:ext2_inode
390 struct ext2_inode { struct
391 /*00*/ __u16 i_mode; /* File mode */
392 __u16 i_uid; /* Low 16 bits of Owner Uid */
393 __u32 i_size; /* Size in bytes */
394 __u32 i_atime; /* Access time */
395 __u32 i_ctime; /* Inode change time */
396 /*10*/ __u32 i_mtime; /* Modification time */
397 __u32 i_dtime; /* Deletion Time */
398 __u16 i_gid; /* Low 16 bits of Group Id */
399 __u16 i_links_count; /* Links count */
400 __u32 i_blocks; /* Blocks count */
401 /*20*/ __u32 i_flags; /* File flags */
402 union {
409 } osd1; /* OS dependent 1 */
410 /*28*/ __u32 i_block[EXT2_N_BLOCKS];/* Pointers to blocks */
411 /*64*/ __u32 i_generation; /* File version (for NFS) */
412 __u32 i_file_acl; /* File ACL */
413 __u32 i_size_high;
414 /*70*/ __u32 i_faddr; /* Fragment address */
438 struct ext2_inode_large { argument