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.h439 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 */
[all …]