Searched defs:ext2_inode (Results 1 – 2 of 2) sorted by relevance
180 struct ext2_inode { struct181 uint16_t mode; // File mode182 uint16_t uid; // Low 16 bits of Owner Uid183 uint32_t size; // Size in bytes184 uint32_t atime; // Access time185 uint32_t ctime; // Creation time186 uint32_t mtime; // Modification time187 uint32_t dtime; // Deletion Time188 uint16_t gid; // Low 16 bits of Group Id189 uint16_t links_count; // Links count[all …]
404 struct ext2_inode { struct405 /*00*/ __u16 i_mode; /* File mode */406 __u16 i_uid; /* Low 16 bits of Owner Uid */407 __u32 i_size; /* Size in bytes */408 __u32 i_atime; /* Access time */409 __u32 i_ctime; /* Inode change time */410 /*10*/ __u32 i_mtime; /* Modification time */411 __u32 i_dtime; /* Deletion Time */412 __u16 i_gid; /* Low 16 bits of Group Id */413 __u16 i_links_count; /* Links count */[all …]