Home
last modified time | relevance | path

Searched refs:SQUASHFS_COMPRESSED_BIT_BLOCK (Results 1 – 9 of 9) sorted by relevance

/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs.h108 #define SQUASHFS_COMPRESSED_BIT_BLOCK (1 << 24) macro
111 ~SQUASHFS_COMPRESSED_BIT_BLOCK)
113 #define SQUASHFS_COMPRESSED_BLOCK(B) (!((B) & SQUASHFS_COMPRESSED_BIT_BLOCK))
/external/squashfs-tools/kernel/fs/squashfs/
Dsquashfs_fs.h109 #define SQUASHFS_COMPRESSED_BIT_BLOCK (1 << 24) macro
112 ~SQUASHFS_COMPRESSED_BIT_BLOCK)
114 #define SQUASHFS_COMPRESSED_BLOCK(B) (!((B) & SQUASHFS_COMPRESSED_BIT_BLOCK))
Dcache.c409 SQUASHFS_COMPRESSED_BIT_BLOCK, NULL, length); in squashfs_read_table()
/external/squashfs-tools/squashfs-tools/
Dsquashfs_fs.h140 #define SQUASHFS_COMPRESSED_BIT_BLOCK (1 << 24) macro
143 ~SQUASHFS_COMPRESSED_BIT_BLOCK)
145 #define SQUASHFS_COMPRESSED_BLOCK(B) (!((B) & SQUASHFS_COMPRESSED_BIT_BLOCK))
Dunsquash-1.c44 SQUASHFS_COMPRESSED_BIT_BLOCK); in read_block_list_1()
Dmksquashfs.c478 return size | (data_block ? SQUASHFS_COMPRESSED_BIT_BLOCK : in mangle2()
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h132 #define SQUASHFS_COMPRESSED_BIT_BLOCK (1 << 24) macro
135 ~SQUASHFS_COMPRESSED_BIT_BLOCK) ? (B) & \
136 ~SQUASHFS_COMPRESSED_BIT_BLOCK : SQUASHFS_COMPRESSED_BIT_BLOCK)
138 #define SQUASHFS_COMPRESSED_BLOCK(B) (!((B) & SQUASHFS_COMPRESSED_BIT_BLOCK))
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c872 SQUASHFS_COMPRESSED_BIT_BLOCK, NULL)) { in read_fragment_index_table()
961 SQUASHFS_COMPRESSED_BIT_BLOCK, NULL)) { in squashfs_read_super()
1058 SQUASHFS_COMPRESSED_BIT_BLOCK, NULL)) { in squashfs_read_super()
1069 SQUASHFS_COMPRESSED_BIT_BLOCK, NULL)) { in squashfs_read_super()
Dsquashfs2_0.c76 SQUASHFS_COMPRESSED_BIT_BLOCK, NULL)) { in read_fragment_index_table_2()