Go to the source code of this file.
|
int | squashfs_read_data (struct super_block *, void **, u64, int, u64 *, int, int) |
|
struct squashfs_cache * | squashfs_cache_init (char *, int, int) |
|
void | squashfs_cache_delete (struct squashfs_cache *) |
|
struct squashfs_cache_entry * | squashfs_cache_get (struct super_block *, struct squashfs_cache *, u64, int) |
|
void | squashfs_cache_put (struct squashfs_cache_entry *) |
|
int | squashfs_copy_data (void *, struct squashfs_cache_entry *, int, int) |
|
int | squashfs_read_metadata (struct super_block *, void *, u64 *, int *, int) |
|
struct squashfs_cache_entry * | squashfs_get_fragment (struct super_block *, u64, int) |
|
struct squashfs_cache_entry * | squashfs_get_datablock (struct super_block *, u64, int) |
|
void * | squashfs_read_table (struct super_block *, u64, int) |
|
struct squashfs_decompressor * | squashfs_lookup_decompressor (int) |
|
void * | squashfs_decompressor_init (struct super_block *, unsigned short) |
|
__le64 * | squashfs_read_inode_lookup_table (struct super_block *, u64, u64, unsigned int) |
|
int | squashfs_frag_lookup (struct super_block *, unsigned int, u64 *) |
|
__le64 * | squashfs_read_fragment_index_table (struct super_block *, u64, u64, unsigned int) |
|
int | squashfs_get_id (struct super_block *, unsigned int, unsigned int *) |
|
__le64 * | squashfs_read_id_index_table (struct super_block *, u64, u64, unsigned short) |
|
struct inode * | squashfs_iget (struct super_block *, long long, unsigned int) |
|
int | squashfs_read_inode (struct inode *, long long) |
|
ssize_t | squashfs_listxattr (struct dentry *, char *, size_t) |
|
#define ERROR |
( |
|
s, |
|
|
|
args... |
|
) |
| pr_err("SQUASHFS error: "s, ## args) |
Definition at line 45 of file id.c.
Definition at line 68 of file id.c.