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