Lines Matching defs:ext2_inode_large
452 struct ext2_inode_large { struct
453 /*00*/ __u16 i_mode; /* File mode */
454 __u16 i_uid; /* Low 16 bits of Owner Uid */
455 __u32 i_size; /* Size in bytes */
456 __u32 i_atime; /* Access time */
457 __u32 i_ctime; /* Inode Change time */
458 /*10*/ __u32 i_mtime; /* Modification time */
459 __u32 i_dtime; /* Deletion Time */
460 __u16 i_gid; /* Low 16 bits of Group Id */
461 __u16 i_links_count; /* Links count */
462 __u32 i_blocks; /* Blocks count */
463 /*20*/ __u32 i_flags; /* File flags */
464 union {
471 } osd1; /* OS dependent 1 */
472 /*28*/ __u32 i_block[EXT2_N_BLOCKS];/* Pointers to blocks */
473 /*64*/ __u32 i_generation; /* File version (for NFS) */
474 __u32 i_file_acl; /* File ACL */
475 __u32 i_size_high;
476 /*70*/ __u32 i_faddr; /* Fragment address */
477 union {
507 (offsetof(struct ext2_inode_large, i_checksum_hi) + sizeof(__u16) - \ argument