Home
last modified time | relevance | path

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

/linux-6.15/drivers/block/zram/
H A Dzcomp.h50 struct zcomp_ops { struct
68 const struct zcomp_ops *ops; argument
H A Dbackend_lzo.h8 extern const struct zcomp_ops backend_lzo;
H A Dbackend_deflate.h8 extern const struct zcomp_ops backend_deflate;
H A Dbackend_zstd.h8 extern const struct zcomp_ops backend_zstd;
H A Dbackend_842.h8 extern const struct zcomp_ops backend_842;
H A Dbackend_lz4.h8 extern const struct zcomp_ops backend_lz4;
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 Dzcomp.c22 static const struct zcomp_ops *backends[] = {
74 static const struct zcomp_ops *lookup_backend_ops(const char *comp) in lookup_backend_ops()
H A Dbackend_lzo.c51 const struct zcomp_ops backend_lzo = {
H A Dbackend_lzorle.c51 const struct zcomp_ops backend_lzorle = {
H A Dbackend_842.c53 const struct zcomp_ops backend_842 = {
H A Dbackend_lz4.c119 const struct zcomp_ops backend_lz4 = {
H A Dbackend_lz4hc.c120 const struct zcomp_ops backend_lz4hc = {
H A Dbackend_deflate.c138 const struct zcomp_ops backend_deflate = {
H A Dbackend_zstd.c209 const struct zcomp_ops backend_zstd = {