Home
last modified time | relevance | path

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

/linux/fs/squashfs/
H A Dsquashfs.h30 extern struct squashfs_cache_entry *squashfs_cache_get(struct super_block *,
32 extern void squashfs_cache_put(struct squashfs_cache_entry *);
33 extern int squashfs_copy_data(void *, struct squashfs_cache_entry *, int, int);
36 extern struct squashfs_cache_entry *squashfs_get_fragment(struct super_block *,
38 extern struct squashfs_cache_entry *squashfs_get_datablock(struct super_block *,
76 void squashfs_copy_cache(struct folio *, struct squashfs_cache_entry *,
H A Dcache.c52 struct squashfs_cache_entry *squashfs_cache_get(struct super_block *sb, in squashfs_cache_get()
56 struct squashfs_cache_entry *entry; in squashfs_cache_get()
173 void squashfs_cache_put(struct squashfs_cache_entry *entry) in squashfs_cache_put()
257 struct squashfs_cache_entry *entry = &cache->entry[i]; in squashfs_cache_init()
297 int squashfs_copy_data(void *buffer, struct squashfs_cache_entry *entry, in squashfs_copy_data()
340 struct squashfs_cache_entry *entry; in squashfs_read_metadata()
383 struct squashfs_cache_entry *squashfs_get_fragment(struct super_block *sb, in squashfs_get_fragment()
398 struct squashfs_cache_entry *squashfs_get_datablock(struct super_block *sb, in squashfs_get_datablock()
H A Dsquashfs_fs_sb.h26 struct squashfs_cache_entry *entry;
29 struct squashfs_cache_entry { struct
H A Dfile.c374 struct squashfs_cache_entry *buffer, size_t offset, in squashfs_fill_page()
392 struct squashfs_cache_entry *buffer, size_t bytes, in squashfs_copy_cache()
438 struct squashfs_cache_entry *buffer = squashfs_get_fragment(inode->i_sb, in squashfs_readpage_fragment()
507 struct squashfs_cache_entry *buffer = squashfs_get_fragment(inode->i_sb, in squashfs_readahead_fragment()