Home
last modified time | relevance | path

Searched refs:SQUASHFS_COMPRESSED_SIZE_BLOCK (Results 1 – 11 of 11) sorted by relevance

/external/squashfs-tools/kernel/fs/squashfs/
Dblock.c103 length = SQUASHFS_COMPRESSED_SIZE_BLOCK(length); in squashfs_read_data()
Dsquashfs_fs.h111 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) ((B) & \ macro
Dfile.c199 block += SQUASHFS_COMPRESSED_SIZE_BLOCK(size); in read_indexes()
/external/squashfs-tools/squashfs-tools/
Dprocess_fragments.c173 size = SQUASHFS_COMPRESSED_SIZE_BLOCK(disk_fragment->size); in get_fragment()
Dsquashfs_fs.h142 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) ((B) & \ macro
Dread_fs.c280 SQUASHFS_COMPRESSED_SIZE_BLOCK in scan_inode_table()
336 SQUASHFS_COMPRESSED_SIZE_BLOCK in scan_inode_table()
Dunsquashfs.c741 int c_byte = SQUASHFS_COMPRESSED_SIZE_BLOCK(size); in read_data_block()
1030 int c_byte = SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]); in write_file()
1975 SQUASHFS_COMPRESSED_SIZE_BLOCK(entry->size), in reader()
2111 SQUASHFS_COMPRESSED_SIZE_BLOCK(entry->size), block_size, in inflator()
Dmksquashfs.c1046 total_size += SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]); in create_inode()
1086 total_size += SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]); in create_inode()
1530 size = SQUASHFS_COMPRESSED_SIZE_BLOCK(disk_fragment->size); in get_fragment()
1646 size = SQUASHFS_COMPRESSED_SIZE_BLOCK(fragment_table[frg].size); in unlock_fragments()
1879 bytes = SQUASHFS_COMPRESSED_SIZE_BLOCK(blocks[i]); in get_checksum_disk()
2101 int size = SQUASHFS_COMPRESSED_SIZE_BLOCK in duplicate()
2537 write_buffer->size = SQUASHFS_COMPRESSED_SIZE_BLOCK in deflator()
2568 compressed_size = SQUASHFS_COMPRESSED_SIZE_BLOCK(c_byte); in frag_deflator()
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs.h110 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) ((B) & \ macro
/external/squashfs-tools/kernel-2.4/include/linux/
Dsquashfs_fs.h134 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) (((B) & \ macro
/external/squashfs-tools/kernel-2.4/fs/squashfs/
Dinode.c173 c_byte = SQUASHFS_COMPRESSED_SIZE_BLOCK(c_byte); in squashfs_read_data()
1308 block += SQUASHFS_COMPRESSED_SIZE_BLOCK(*block_listp); in read_block_index()