Lines Matching defs:ext2_inode
404 struct ext2_inode { struct
405 /*00*/ __u16 i_mode; /* File mode */
406 __u16 i_uid; /* Low 16 bits of Owner Uid */
407 __u32 i_size; /* Size in bytes */
408 __u32 i_atime; /* Access time */
409 __u32 i_ctime; /* Inode change time */
410 /*10*/ __u32 i_mtime; /* Modification time */
411 __u32 i_dtime; /* Deletion Time */
412 __u16 i_gid; /* Low 16 bits of Group Id */
413 __u16 i_links_count; /* Links count */
414 __u32 i_blocks; /* Blocks count */
415 /*20*/ __u32 i_flags; /* File flags */
416 union {
423 } osd1; /* OS dependent 1 */
424 /*28*/ __u32 i_block[EXT2_N_BLOCKS];/* Pointers to blocks */
425 /*64*/ __u32 i_generation; /* File version (for NFS) */
426 __u32 i_file_acl; /* File ACL */
427 __u32 i_size_high;
428 /*70*/ __u32 i_faddr; /* Fragment address */
452 struct ext2_inode_large { argument