Searched defs:squashfs_reg_inode_header_1 (Results 1 – 2 of 2) sorted by relevance
479 struct squashfs_reg_inode_header_1 { struct480 unsigned int inode_type:4;481 unsigned int mode:12; /* protection */505 struct squashfs_reg_inode_header_1 reg; argument515 typedef struct squashfs_reg_inode_header_1 squashfs_reg_inode_header_1; typedef
591 struct squashfs_reg_inode_header_1 { struct592 unsigned int inode_type:4;593 unsigned int mode:12; /* protection */594 unsigned int uid:4; /* index into uid table */595 unsigned int guid:4; /* index into guid table */596 unsigned int mtime;597 unsigned int start_block;598 unsigned int file_size:32;599 unsigned short block_list[0];