Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dmke2fs.c180 struct ext2_inode { struct
181 uint16_t mode; // File mode
182 uint16_t uid; // Low 16 bits of Owner Uid
183 uint32_t size; // Size in bytes
184 uint32_t atime; // Access time
185 uint32_t ctime; // Creation time
186 uint32_t mtime; // Modification time
187 uint32_t dtime; // Deletion Time
188 uint16_t gid; // Low 16 bits of Group Id
189 uint16_t links_count; // Links count
[all …]
/external/e2fsprogs/lib/ext2fs/
Dext2_fs.h392 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 */
[all …]