Home | History | Annotate | Download | only in squashfs

Lines Matching refs:super_block

36 extern int squashfs_read_data(struct super_block *, void **, u64, int, u64 *,
42 extern struct squashfs_cache_entry *squashfs_cache_get(struct super_block *,
46 extern int squashfs_read_metadata(struct super_block *, void *, u64 *,
48 extern struct squashfs_cache_entry *squashfs_get_fragment(struct super_block *,
50 extern struct squashfs_cache_entry *squashfs_get_datablock(struct super_block *,
52 extern int squashfs_read_table(struct super_block *, void *, u64, int);
55 extern __le64 *squashfs_read_inode_lookup_table(struct super_block *, u64,
59 extern int squashfs_frag_lookup(struct super_block *, unsigned int, u64 *);
60 extern __le64 *squashfs_read_fragment_index_table(struct super_block *,
64 extern int squashfs_get_id(struct super_block *, unsigned int, unsigned int *);
65 extern __le64 *squashfs_read_id_index_table(struct super_block *, u64,
69 extern struct inode *squashfs_iget(struct super_block *, long long,