Home
last modified time | relevance | path

Searched defs:ext2_inode_large (Results 1 – 1 of 1) sorted by relevance

/third_party/e2fsprogs/lib/ext2fs/
Dext2_fs.h452 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 */
[all …]