Searched defs:ext2_inode (Results 1 – 4 of 4) 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 …]
175 struct ext2_inode { struct176 uint16_t i_mode; /* File mode */177 uint16_t i_uid; /* Owner Uid */201 #if ext2_inode_size != 128 argument202 #error ext2_inode definition bogus argument
355 struct ext2_inode { struct356 __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 …]
378 struct ext2_inode { struct379 __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 …]