Searched refs:zcomp_ops (Results 1 – 16 of 16) sorted by relevance
57 struct zcomp_ops { struct75 const struct zcomp_ops *ops; argument
8 extern const struct zcomp_ops backend_842;
8 extern const struct zcomp_ops backend_deflate;
8 extern const struct zcomp_ops backend_lz4;
8 extern const struct zcomp_ops backend_lz4hc;
8 extern const struct zcomp_ops backend_lzo;
8 extern const struct zcomp_ops backend_lzorle;
8 extern const struct zcomp_ops backend_zstd;
23 static const struct zcomp_ops *backends[] = {75 static const struct zcomp_ops *lookup_backend_ops(const char *comp) in lookup_backend_ops()
53 const struct zcomp_ops backend_842 = {
51 const struct zcomp_ops backend_lzo = {
51 const struct zcomp_ops backend_lzorle = {
119 const struct zcomp_ops backend_lz4 = {
120 const struct zcomp_ops backend_lz4hc = {
140 const struct zcomp_ops backend_deflate = {
209 const struct zcomp_ops backend_zstd = {
Completed in 15 milliseconds