Searched defs:ext2_inode (Results 1 – 2 of 2) sorted by relevance
84 struct ext2_inode { struct85 uint16_t mode; // File mode86 uint16_t uid; // Low 16 bits of Owner Uid87 uint32_t size; // Size in bytes88 uint32_t atime; // Access time89 uint32_t ctime; // Creation time90 uint32_t mtime; // Modification time91 uint32_t dtime; // Deletion Time92 uint16_t gid; // Low 16 bits of Group Id93 uint16_t links_count; // Links count[all …]
357 struct ext2_inode { struct358 __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 …]