Home
last modified time | relevance | path

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

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

Completed in 13 milliseconds