Home
last modified time | relevance | path

Searched refs:squashfs_cache_entry (Results 1 – 6 of 6) sorted by relevance

/external/squashfs-tools/kernel/fs/squashfs/
Dsquashfs.h42 extern struct squashfs_cache_entry *squashfs_cache_get(struct super_block *,
44 extern void squashfs_cache_put(struct squashfs_cache_entry *);
45 extern int squashfs_copy_data(void *, struct squashfs_cache_entry *, int, int);
48 extern struct squashfs_cache_entry *squashfs_get_fragment(struct super_block *,
50 extern struct squashfs_cache_entry *squashfs_get_datablock(struct super_block *,
Dcache.c66 struct squashfs_cache_entry *squashfs_cache_get(struct super_block *sb, in squashfs_cache_get()
70 struct squashfs_cache_entry *entry; in squashfs_cache_get()
184 void squashfs_cache_put(struct squashfs_cache_entry *entry) in squashfs_cache_put()
261 struct squashfs_cache_entry *entry = &cache->entry[i]; in squashfs_cache_init()
294 int squashfs_copy_data(void *buffer, struct squashfs_cache_entry *entry, in squashfs_copy_data()
337 struct squashfs_cache_entry *entry; in squashfs_read_metadata()
370 struct squashfs_cache_entry *squashfs_get_fragment(struct super_block *sb, in squashfs_get_fragment()
385 struct squashfs_cache_entry *squashfs_get_datablock(struct super_block *sb, in squashfs_get_datablock()
Dsquashfs_fs_sb.h38 struct squashfs_cache_entry *entry;
41 struct squashfs_cache_entry { struct
Dsymlink.c57 struct squashfs_cache_entry *entry; in squashfs_symlink_readpage()
Dfile.c380 struct squashfs_cache_entry *buffer = NULL; in squashfs_readpage()
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs_sb.h28 struct squashfs_cache_entry { struct
50 struct squashfs_cache_entry entry[0]; argument