Home
last modified time | relevance | path

Searched defs:ext2_inode (Results 1 – 4 of 4) 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/syslinux/core/fs/ext2/
Dext2_fs.h175 struct ext2_inode { struct
176 uint16_t i_mode; /* File mode */
177 uint16_t i_uid; /* Owner Uid */
201 #if ext2_inode_size != 128 argument
202 #error ext2_inode definition bogus argument
/external/syslinux/libinstaller/ext2fs/
Dext2_fs.h355 struct ext2_inode { struct
356 __u16 i_mode; /* File mode */
357 __u16 i_uid; /* Low 16 bits of Owner Uid */
358 __u32 i_size; /* Size in bytes */
359 __u32 i_atime; /* Access time */
360 __u32 i_ctime; /* Inode change time */
361 __u32 i_mtime; /* Modification time */
362 __u32 i_dtime; /* Deletion Time */
363 __u16 i_gid; /* Low 16 bits of Group Id */
364 __u16 i_links_count; /* Links count */
[all …]
/external/e2fsprogs/lib/ext2fs/
Dext2_fs.h378 struct ext2_inode { struct
379 __u16 i_mode; /* File mode */
380 __u16 i_uid; /* Low 16 bits of Owner Uid */
381 __u32 i_size; /* Size in bytes */
382 __u32 i_atime; /* Access time */
383 __u32 i_ctime; /* Inode change time */
384 __u32 i_mtime; /* Modification time */
385 __u32 i_dtime; /* Deletion Time */
386 __u16 i_gid; /* Low 16 bits of Group Id */
387 __u16 i_links_count; /* Links count */
[all …]