Home
last modified time | relevance | path

Searched refs:SQUASHFS_SWAP_LONG_LONGS (Results 1 – 5 of 5) sorted by relevance

/external/squashfs-tools/squashfs-tools/
Dsquashfs_swap.h278 #define SQUASHFS_SWAP_INODE_T(s, d) SQUASHFS_SWAP_LONG_LONGS(s, d, 1)
280 SQUASHFS_SWAP_LONG_LONGS(s, d, n)
281 #define SQUASHFS_SWAP_LOOKUP_BLOCKS(s, d, n) SQUASHFS_SWAP_LONG_LONGS(s, d, n)
282 #define SQUASHFS_SWAP_ID_BLOCKS(s, d, n) SQUASHFS_SWAP_LONG_LONGS(s, d, n)
286 #define SQUASHFS_SWAP_LONG_LONGS(s, d, n) swap_le64_num(s, d, n) macro
384 #define SQUASHFS_SWAP_INODE_T(s, d) SQUASHFS_SWAP_LONG_LONGS(s, d, 1)
386 SQUASHFS_SWAP_LONG_LONGS(s, d, n)
387 #define SQUASHFS_SWAP_LOOKUP_BLOCKS(s, d, n) SQUASHFS_SWAP_LONG_LONGS(s, d, n)
388 #define SQUASHFS_SWAP_ID_BLOCKS(s, d, n) SQUASHFS_SWAP_LONG_LONGS(s, d, n)
393 #define SQUASHFS_SWAP_LONG_LONGS(s, d, n) \ macro
Dread_xattrs.c363 SQUASHFS_SWAP_LONG_LONGS(xptr, &xattr, 1); in get_xattr()
Dxattr.c660 SQUASHFS_SWAP_LONG_LONGS(&xattr->ool_value, xp + in generate_xattrs()
Dmksquashfs.c4532 SQUASHFS_SWAP_LONG_LONGS(&inode->inode, in write_inode_lookup_table()
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h534 #define SQUASHFS_SWAP_LONG_LONGS(s, d, n) {\ macro
554 #define SQUASHFS_SWAP_FRAGMENT_INDEXES(s, d, n) SQUASHFS_SWAP_LONG_LONGS(s, d, n)