|
Linux Kernel
3.7.1
|
#include <linux/fs.h>#include <linux/vfs.h>#include <linux/slab.h>#include "squashfs_fs.h"#include "squashfs_fs_sb.h"#include "squashfs.h"Go to the source code of this file.
Functions | |
| int | squashfs_frag_lookup (struct super_block *sb, unsigned int fragment, u64 *fragment_block) |
| __le64 * | squashfs_read_fragment_index_table (struct super_block *sb, u64 fragment_table_start, u64 next_table, unsigned int fragments) |
| int squashfs_frag_lookup | ( | struct super_block * | sb, |
| unsigned int | fragment, | ||
| u64 * | fragment_block | ||
| ) |
Definition at line 48 of file fragment.c.
| __le64* squashfs_read_fragment_index_table | ( | struct super_block * | sb, |
| u64 | fragment_table_start, | ||
| u64 | next_table, | ||
| unsigned int | fragments | ||
| ) |
Definition at line 73 of file fragment.c.
1.8.2