Home
last modified time | relevance | path

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

/external/toybox/toys/
De2fs.h84 struct ext2_inode { struct
85 uint16_t mode; // File mode
86 uint16_t uid; // Low 16 bits of Owner Uid
87 uint32_t size; // Size in bytes
88 uint32_t atime; // Access time
89 uint32_t ctime; // Creation time
90 uint32_t mtime; // Modification time
91 uint32_t dtime; // Deletion Time
92 uint16_t gid; // Low 16 bits of Group Id
93 uint16_t links_count; // Links count
[all …]
/external/e2fsprogs/lib/ext2fs/
Dext2_fs.h357 struct ext2_inode { struct
358 __u16 i_mode; /* File mode */
359 __u16 i_uid; /* Low 16 bits of Owner Uid */
360 __u32 i_size; /* Size in bytes */
361 __u32 i_atime; /* Access time */
362 __u32 i_ctime; /* Inode change time */
363 __u32 i_mtime; /* Modification time */
364 __u32 i_dtime; /* Deletion Time */
365 __u16 i_gid; /* Low 16 bits of Group Id */
366 __u16 i_links_count; /* Links count */
[all …]