|
Linux Kernel
3.7.1
|
#include <linux/types.h>#include <linux/mutex.h>#include <linux/slab.h>#include <linux/buffer_head.h>#include "squashfs_fs.h"#include "squashfs_fs_sb.h"#include "decompressor.h"#include "squashfs.h"Go to the source code of this file.
Functions | |
| struct squashfs_decompressor * | squashfs_lookup_decompressor (int id) |
| void * | squashfs_decompressor_init (struct super_block *sb, unsigned short flags) |
| void* squashfs_decompressor_init | ( | struct super_block * | sb, |
| unsigned short | flags | ||
| ) |
Definition at line 86 of file decompressor.c.
|
read |
Definition at line 74 of file decompressor.c.
1.8.2