Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Variables
lzo_wrapper.c File Reference
#include <linux/mutex.h>
#include <linux/buffer_head.h>
#include <linux/slab.h>
#include <linux/vmalloc.h>
#include <linux/lzo.h>
#include "squashfs_fs.h"
#include "squashfs_fs_sb.h"
#include "squashfs.h"
#include "decompressor.h"

Go to the source code of this file.

Data Structures

struct  squashfs_lzo
 

Variables

struct squashfs_decompressor squashfs_lzo_comp_ops
 

Variable Documentation

struct squashfs_decompressor squashfs_lzo_comp_ops
Initial value:
= {
.init = lzo_init,
.free = lzo_free,
.decompress = lzo_uncompress,
.name = "lzo",
.supported = 1
}

Definition at line 128 of file lzo_wrapper.c.