Lines Matching defs:ext2_inode_large
440 struct ext2_inode_large { struct
441 /*00*/ __u16 i_mode; /* File mode */
442 __u16 i_uid; /* Low 16 bits of Owner Uid */
443 __u32 i_size; /* Size in bytes */
444 __u32 i_atime; /* Access time */
445 __u32 i_ctime; /* Inode Change time */
446 /*10*/ __u32 i_mtime; /* Modification time */
447 __u32 i_dtime; /* Deletion Time */
448 __u16 i_gid; /* Low 16 bits of Group Id */
449 __u16 i_links_count; /* Links count */
450 __u32 i_blocks; /* Blocks count */
451 /*20*/ __u32 i_flags; /* File flags */
452 union {
459 } osd1; /* OS dependent 1 */
460 /*28*/ __u32 i_block[EXT2_N_BLOCKS];/* Pointers to blocks */
461 /*64*/ __u32 i_generation; /* File version (for NFS) */
462 __u32 i_file_acl; /* File ACL */
463 __u32 i_size_high;
464 /*70*/ __u32 i_faddr; /* Fragment address */
465 union {
495 (offsetof(struct ext2_inode_large, i_checksum_hi) + sizeof(__u16) - \ argument