aboutsummaryrefslogtreecommitdiff
path: root/kernel/fs/squashfs/squashfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/fs/squashfs/squashfs.h')
-rw-r--r--kernel/fs/squashfs/squashfs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/fs/squashfs/squashfs.h b/kernel/fs/squashfs/squashfs.h
index b852934..536cecc 100644
--- a/kernel/fs/squashfs/squashfs.h
+++ b/kernel/fs/squashfs/squashfs.h
@@ -48,6 +48,10 @@ extern struct squashfs_cache_entry *get_cached_fragment(struct super_block *,
long long, int);
extern void release_cached_fragment(struct squashfs_sb_info *,
struct squashfs_cache_entry *);
+extern struct squashfs_cache_entry *get_datablock(struct super_block *,
+ long long, int);
+extern void release_datablock(struct squashfs_sb_info *,
+ struct squashfs_cache_entry *);
/* export.c */
extern __le64 *read_inode_lookup_table(struct super_block *, long long,