Searched refs:SQUASHFS_COMPRESSED_SIZE_BLOCK (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/squashfs/
H A Dunsquashfs.c222 int c_byte = SQUASHFS_COMPRESSED_SIZE_BLOCK(size);
224 TRACE("read_data_block: block @0x%llx, %d %s bytes\n", start, SQUASHFS_COMPRESSED_SIZE_BLOCK(c_byte), SQUASHFS_COMPRESSED_BLOCK(c_byte) ? "compressed" : "uncompressed");
484 start += SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]);
H A Dread_fs.c221 file_bytes += SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]);
268 file_bytes += SQUASHFS_COMPRESSED_SIZE_BLOCK(block_list[i]);
H A Dmksquashfs.c1231 size = SQUASHFS_COMPRESSED_SIZE_BLOCK(disk_fragment->size);
1761 write_buffer->size = SQUASHFS_COMPRESSED_SIZE_BLOCK(write_buffer->c_byte);
1784 compressed_size = SQUASHFS_COMPRESSED_SIZE_BLOCK(c_byte);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsquashfs_fs.h140 #define SQUASHFS_COMPRESSED_SIZE_BLOCK(B) (((B) & \ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dinode.c201 c_byte = SQUASHFS_COMPRESSED_SIZE_BLOCK(c_byte);
1510 block += SQUASHFS_COMPRESSED_SIZE_BLOCK(*block_listp);

Completed in 69 milliseconds