Home
last modified time | relevance | path

Searched refs:squashfs_decompressor (Results 1 – 9 of 9) sorted by relevance

/linux-4.1.27/fs/squashfs/
Ddecompressor.c40 static const struct squashfs_decompressor squashfs_lzma_unsupported_comp_ops = {
45 static const struct squashfs_decompressor squashfs_lz4_comp_ops = {
51 static const struct squashfs_decompressor squashfs_lzo_comp_ops = {
57 static const struct squashfs_decompressor squashfs_xz_comp_ops = {
63 static const struct squashfs_decompressor squashfs_zlib_comp_ops = {
68 static const struct squashfs_decompressor squashfs_unknown_comp_ops = {
72 static const struct squashfs_decompressor *decompressor[] = {
82 const struct squashfs_decompressor *squashfs_lookup_decompressor(int id) in squashfs_lookup_decompressor()
Ddecompressor.h26 struct squashfs_decompressor { struct
46 extern const struct squashfs_decompressor squashfs_xz_comp_ops; argument
50 extern const struct squashfs_decompressor squashfs_lz4_comp_ops;
54 extern const struct squashfs_decompressor squashfs_lzo_comp_ops;
58 extern const struct squashfs_decompressor squashfs_zlib_comp_ops;
Dsquashfs_fs_sb.h57 const struct squashfs_decompressor *decompressor;
Dsquashfs.h50 extern const struct squashfs_decompressor *squashfs_lookup_decompressor(int);
Dzlib_wrapper.c127 const struct squashfs_decompressor squashfs_zlib_comp_ops = {
Dlzo_wrapper.c123 const struct squashfs_decompressor squashfs_lzo_comp_ops = {
Dlz4_wrapper.c134 const struct squashfs_decompressor squashfs_lz4_comp_ops = {
Dxz_wrapper.c185 const struct squashfs_decompressor squashfs_xz_comp_ops = {
Dsuper.c52 static const struct squashfs_decompressor *supported_squashfs_filesystem(short in supported_squashfs_filesystem()
55 const struct squashfs_decompressor *decompressor; in supported_squashfs_filesystem()