Searched refs:SQUASHFS_SWAP_LONG_LONGS (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/squashfs-4.2/
H A Dread_fs.h30 #define SQUASHFS_SWAP_LONG_LONGS(d, s, n) swap_le64_num(s, d, n) macro
39 #define SQUASHFS_SWAP_LONG_LONGS(d, s, n) \ macro
H A Dmksquashfs.h30 #define SQUASHFS_SWAP_LONG_LONGS(s, d, n) swap_le64_num(s, d, n) macro
39 #define SQUASHFS_SWAP_LONG_LONGS(s, d, n) \ macro
H A 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)
375 #define SQUASHFS_SWAP_INODE_T(s, d) SQUASHFS_SWAP_LONG_LONGS(s, d, 1)
377 SQUASHFS_SWAP_LONG_LONGS(s, d, n)
378 #define SQUASHFS_SWAP_LOOKUP_BLOCKS(s, d, n) SQUASHFS_SWAP_LONG_LONGS(s, d, n)
379 #define SQUASHFS_SWAP_ID_BLOCKS(s, d, n) SQUASHFS_SWAP_LONG_LONGS(s, d, n)
H A Dread_xattrs.c340 SQUASHFS_SWAP_LONG_LONGS(&xattr, xptr, 1);
H A Dxattr.c618 SQUASHFS_SWAP_LONG_LONGS(&xattr->ool_value, xp +
H A Dmksquashfs.c4147 SQUASHFS_SWAP_LONG_LONGS(&inode->inode,

Completed in 66 milliseconds