Searched defs:squashfs_reg_inode_header_2 (Results 1 – 2 of 2) sorted by relevance
612 struct squashfs_reg_inode_header_2 { struct613 unsigned int inode_type:4;614 unsigned int mode:12; /* protection */615 unsigned int uid:8; /* index into uid table */616 unsigned int guid:8; /* index into guid table */617 int mtime;618 unsigned int start_block;619 unsigned int fragment;620 unsigned int offset;621 unsigned int file_size:32;[all …]
708 struct squashfs_reg_inode_header_2 { struct709 unsigned int inode_type:4;710 unsigned int mode:12; /* protection */711 unsigned int uid:8; /* index into uid table */712 unsigned int guid:8; /* index into guid table */713 unsigned int mtime;714 unsigned int start_block;715 unsigned int fragment;716 unsigned int offset;717 unsigned int file_size:32;[all …]