Searched refs:clen (Results 1 – 1 of 1) sorted by relevance
436 __le32 clen; member445 uint32_t clen = __le32_to_cpu(cluster->clen); in DecompressLZ4Cluster() local447 if (clen > cluster_bytes - kFilesystemBlockSize - sizeof(*cluster)) { in DecompressLZ4Cluster()452 reinterpret_cast<char *>(out), clen, in DecompressLZ4Cluster()461 size_t full_clen = offsetof(struct f2fs_compressed_cluster, cdata[clen]); in DecompressLZ4Cluster()466 std::vector<uint8_t> actual(&cluster->cdata[clen], in DecompressLZ4Cluster()467 &cluster->cdata[clen + remainder]); in DecompressLZ4Cluster()