Home
last modified time | relevance | path

Searched defs:squashfs_ipc_inode_header_1 (Results 1 – 2 of 2) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dsquashfs_compat.h453 struct squashfs_ipc_inode_header_1 { struct
454 unsigned int inode_type:4;
455 unsigned int mode:12; /* protection */
456 unsigned int uid:4; /* index into uid table */
457 unsigned int guid:4; /* index into guid table */
458 unsigned int type:4;
459 unsigned int offset:4;
512 typedef struct squashfs_ipc_inode_header_1 squashfs_ipc_inode_header_1; typedef
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h565 struct squashfs_ipc_inode_header_1 { struct
566 unsigned int inode_type:4;
567 unsigned int mode:12; /* protection */
568 unsigned int uid:4; /* index into uid table */
569 unsigned int guid:4; /* index into guid table */
570 unsigned int type:4;
571 unsigned int offset:4;