Home
last modified time | relevance | path

Searched refs:zcomp_ops (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/block/zram/
H A Dzcomp.h57 struct zcomp_ops { struct
75 const struct zcomp_ops *ops; argument
H A Dbackend_deflate.h8 extern const struct zcomp_ops backend_deflate;
H A Dbackend_lz4hc.h8 extern const struct zcomp_ops backend_lz4hc;
H A Dbackend_lzorle.h8 extern const struct zcomp_ops backend_lzorle;
H A Dbackend_lz4.h8 extern const struct zcomp_ops backend_lz4;
H A Dbackend_lzo.h8 extern const struct zcomp_ops backend_lzo;
H A Dbackend_842.h8 extern const struct zcomp_ops backend_842;
H A Dbackend_zstd.h8 extern const struct zcomp_ops backend_zstd;
H A Dzcomp.c23 static const struct zcomp_ops *backends[] = {
75 static const struct zcomp_ops *lookup_backend_ops(const char *comp) in lookup_backend_ops()
H A Dbackend_842.c53 const struct zcomp_ops backend_842 = {
H A Dbackend_lzorle.c51 const struct zcomp_ops backend_lzorle = {
H A Dbackend_lzo.c51 const struct zcomp_ops backend_lzo = {