Home
last modified time | relevance | path

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

/openbmc/linux/fs/squashfs/
H A Dsquashfs.h24 extern struct squashfs_cache_entry *squashfs_cache_get(struct super_block *,
26 extern void squashfs_cache_put(struct squashfs_cache_entry *);
27 extern int squashfs_copy_data(void *, struct squashfs_cache_entry *, int, int);
30 extern struct squashfs_cache_entry *squashfs_get_fragment(struct super_block *,
32 extern struct squashfs_cache_entry *squashfs_get_datablock(struct super_block *,
70 void squashfs_fill_page(struct page *, struct squashfs_cache_entry *, int, int);
71 void squashfs_copy_cache(struct page *, struct squashfs_cache_entry *, int,
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()
253 struct squashfs_cache_entry *entry = &cache->entry[i]; in squashfs_cache_init()
293 int squashfs_copy_data(void *buffer, struct squashfs_cache_entry *entry, in squashfs_copy_data()
336 struct squashfs_cache_entry *entry; in squashfs_read_metadata()
379 struct squashfs_cache_entry *squashfs_get_fragment(struct super_block *sb, in squashfs_get_fragment()
394 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_cache.c24 struct squashfs_cache_entry *buffer = squashfs_get_datablock(i->i_sb, in squashfs_readpage_block()
H A Dfile.c365 void squashfs_fill_page(struct page *page, struct squashfs_cache_entry *buffer, int offset, int ava… in squashfs_fill_page()
383 void squashfs_copy_cache(struct page *page, struct squashfs_cache_entry *buffer, in squashfs_copy_cache()
425 struct squashfs_cache_entry *buffer = squashfs_get_fragment(inode->i_sb, in squashfs_readpage_fragment()
504 struct squashfs_cache_entry *buffer = squashfs_get_fragment(inode->i_sb, in squashfs_readahead_fragment()
H A Dsymlink.c45 struct squashfs_cache_entry *entry; in squashfs_symlink_read_folio()