Searched refs:SWAP_FUNC (Results 1 – 1 of 1) sorted by relevance
/external/squashfs-tools/squashfs-tools/ |
D | squashfs_swap.h | 45 #define _SQUASHFS_SWAP_SUPER_BLOCK(s, d, SWAP_FUNC) {\ argument 46 SWAP_FUNC(32, s, d, s_magic, struct squashfs_super_block);\ 47 SWAP_FUNC(32, s, d, inodes, struct squashfs_super_block);\ 48 SWAP_FUNC##S(32, s, d, mkfs_time, struct squashfs_super_block);\ 49 SWAP_FUNC(32, s, d, block_size, struct squashfs_super_block);\ 50 SWAP_FUNC(32, s, d, fragments, struct squashfs_super_block);\ 51 SWAP_FUNC(16, s, d, compression, struct squashfs_super_block);\ 52 SWAP_FUNC(16, s, d, block_log, struct squashfs_super_block);\ 53 SWAP_FUNC(16, s, d, flags, struct squashfs_super_block);\ 54 SWAP_FUNC(16, s, d, no_ids, struct squashfs_super_block);\ [all …]
|