OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SQUASHFS_SWAP_LONG_LONGS
(Results
1 - 2
of
2
) sorted by null
/external/squashfs-tools/squashfs-tools/
squashfs_swap.h
278
#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)
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)
[
all
...]
/external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h
534
#define
SQUASHFS_SWAP_LONG_LONGS
(s, d, n) {\
554
#define SQUASHFS_SWAP_FRAGMENT_INDEXES(s, d, n)
SQUASHFS_SWAP_LONG_LONGS
(s, d, n)
Completed in 31 milliseconds