Searched refs:SQUASHFS_SWAP (Results 1 – 2 of 2) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | squashfs_compat.h | 238 SQUASHFS_SWAP((s)->s_magic, d, 0, 32);\ 239 SQUASHFS_SWAP((s)->inodes, d, 32, 32);\ 240 SQUASHFS_SWAP((s)->bytes_used_2, d, 64, 32);\ 241 SQUASHFS_SWAP((s)->uid_start_2, d, 96, 32);\ 242 SQUASHFS_SWAP((s)->guid_start_2, d, 128, 32);\ 243 SQUASHFS_SWAP((s)->inode_table_start_2, d, 160, 32);\ 244 SQUASHFS_SWAP((s)->directory_table_start_2, d, 192, 32);\ 245 SQUASHFS_SWAP((s)->s_major, d, 224, 16);\ 246 SQUASHFS_SWAP((s)->s_minor, d, 240, 16);\ 247 SQUASHFS_SWAP((s)->block_size_1, d, 256, 16);\ [all …]
|
/external/squashfs-tools/kernel-2.4/include/linux/ |
D | squashfs_fs.h | 373 SQUASHFS_SWAP((s)->s_magic, d, 0, 32);\ 374 SQUASHFS_SWAP((s)->inodes, d, 32, 32);\ 375 SQUASHFS_SWAP((s)->bytes_used_2, d, 64, 32);\ 376 SQUASHFS_SWAP((s)->uid_start_2, d, 96, 32);\ 377 SQUASHFS_SWAP((s)->guid_start_2, d, 128, 32);\ 378 SQUASHFS_SWAP((s)->inode_table_start_2, d, 160, 32);\ 379 SQUASHFS_SWAP((s)->directory_table_start_2, d, 192, 32);\ 380 SQUASHFS_SWAP((s)->s_major, d, 224, 16);\ 381 SQUASHFS_SWAP((s)->s_minor, d, 240, 16);\ 382 SQUASHFS_SWAP((s)->block_size_1, d, 256, 16);\ [all …]
|