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

  /external/squashfs-tools/kernel/fs/squashfs/
block.c 135 length = SQUASHFS_COMPRESSED_SIZE(length);
squashfs_fs.h 104 #define SQUASHFS_COMPRESSED_SIZE(B) (((B) & ~SQUASHFS_COMPRESSED_BIT) ? \
  /external/squashfs-tools/kernel/include/linux/
squashfs_fs.h 103 #define SQUASHFS_COMPRESSED_SIZE(B) (((B) & ~SQUASHFS_COMPRESSED_BIT) ? \
  /external/squashfs-tools/squashfs-tools/
squashfs_fs.h 135 #define SQUASHFS_COMPRESSED_SIZE(B) (((B) & ~SQUASHFS_COMPRESSED_BIT) ? \
xattr.c 337 xattr_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET;
518 xattr_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET;
unsquash-1.c 42 block_list[i] = SQUASHFS_COMPRESSED_SIZE(block_size) |
read_fs.c 69 c_byte = SQUASHFS_COMPRESSED_SIZE(c_byte);
mksquashfs.c 479 inode_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET;
620 inode_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) + BLOCK_OFFSET;
660 directory_bytes += SQUASHFS_COMPRESSED_SIZE(c_byte) +
    [all...]
unsquashfs.c 680 SQUASHFS_COMPRESSED_SIZE(c_byte), SQUASHFS_COMPRESSED(c_byte) ?
687 c_byte = SQUASHFS_COMPRESSED_SIZE(c_byte);
    [all...]
  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 127 #define SQUASHFS_COMPRESSED_SIZE(B) (((B) & ~SQUASHFS_COMPRESSED_BIT) ? \
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
inode.c 195 c_byte = SQUASHFS_COMPRESSED_SIZE(c_byte);
    [all...]

Completed in 54 milliseconds