Searched defs:squashfs_symlink_inode_header_2 (Results 1 – 2 of 2) sorted by relevance
603 struct squashfs_symlink_inode_header_2 { struct604 unsigned int inode_type:4;605 unsigned int mode:12; /* protection */606 unsigned int uid:8; /* index into uid table */607 unsigned int guid:8; /* index into guid table */608 unsigned short symlink_size;609 char symlink[0];680 typedef struct squashfs_symlink_inode_header_2 squashfs_symlink_inode_header_2; typedef
699 struct squashfs_symlink_inode_header_2 { struct700 unsigned int inode_type:4;701 unsigned int mode:12; /* protection */702 unsigned int uid:8; /* index into uid table */703 unsigned int guid:8; /* index into guid table */704 unsigned short symlink_size;705 char symlink[0];