Searched refs:zcomp_ops (Results 1 – 16 of 16) sorted by relevance
48 struct zcomp_ops { struct66 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[] = {73 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 = {
218 const struct zcomp_ops backend_zstd = {
Completed in 13 milliseconds