Searched refs:zcomp_ops (Results 1 – 12 of 12) sorted by relevance
57 struct zcomp_ops { struct75 const struct zcomp_ops *ops; argument
8 extern const struct zcomp_ops backend_deflate;
8 extern const struct zcomp_ops backend_lz4hc;
8 extern const struct zcomp_ops backend_lzorle;
8 extern const struct zcomp_ops backend_lz4;
8 extern const struct zcomp_ops backend_lzo;
8 extern const struct zcomp_ops backend_842;
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_lzorle = {
51 const struct zcomp_ops backend_lzo = {