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