HomeSort by relevance Sort by last modified time
    Searched refs:SQUASHFS_COMPRESSED_SIZE_BLOCK (Results 1 - 11 of 11) sorted by null

  /external/squashfs-tools/kernel/fs/squashfs/
block.c 103 length = SQUASHFS_COMPRESSED_SIZE_BLOCK(length);
squashfs_fs.h 111 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) ((B) & \
file.c 199 block += SQUASHFS_COMPRESSED_SIZE_BLOCK(size);
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs.h 110 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) ((B) & \
  /external/squashfs-tools/squashfs-tools/
process_fragments.c 173 size = SQUASHFS_COMPRESSED_SIZE_BLOCK(disk_fragment->size);
squashfs_fs.h 142 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) ((B) & \
read_fs.c 280 SQUASHFS_COMPRESSED_SIZE_BLOCK
336 SQUASHFS_COMPRESSED_SIZE_BLOCK
unsquashfs.c 741 int c_byte = SQUASHFS_COMPRESSED_SIZE_BLOCK(size);
1030 int c_byte = SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]);
    [all...]
mksquashfs.c 964 total_size += SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]);
1004 total_size += SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]);
    [all...]
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 134 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) (((B) & \
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 173 c_byte = SQUASHFS_COMPRESSED_SIZE_BLOCK(c_byte);
    [all...]

Completed in 535 milliseconds