Searched refs:zcomp_ops (Results 1 – 16 of 16) sorted by relevance
50 struct zcomp_ops { struct68 const struct zcomp_ops *ops; argument
8 extern const struct zcomp_ops backend_lzo;
8 extern const struct zcomp_ops backend_deflate;
8 extern const struct zcomp_ops backend_zstd;
8 extern const struct zcomp_ops backend_842;
8 extern const struct zcomp_ops backend_lz4;
8 extern const struct zcomp_ops backend_lz4hc;
8 extern const struct zcomp_ops backend_lzorle;
22 static const struct zcomp_ops *backends[] = {74 static const struct zcomp_ops *lookup_backend_ops(const char *comp) in lookup_backend_ops()
51 const struct zcomp_ops backend_lzo = {
51 const struct zcomp_ops backend_lzorle = {
53 const struct zcomp_ops backend_842 = {
119 const struct zcomp_ops backend_lz4 = {
120 const struct zcomp_ops backend_lz4hc = {
138 const struct zcomp_ops backend_deflate = {
209 const struct zcomp_ops backend_zstd = {