Home
last modified time | relevance | path

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

/linux-4.19.296/fs/squashfs/
Dsquashfs.h37 extern struct squashfs_cache_entry *squashfs_cache_get(struct super_block *,
39 extern void squashfs_cache_put(struct squashfs_cache_entry *);
40 extern int squashfs_copy_data(void *, struct squashfs_cache_entry *, int, int);
43 extern struct squashfs_cache_entry *squashfs_get_fragment(struct super_block *,
45 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,
Dcache.c65 struct squashfs_cache_entry *squashfs_cache_get(struct super_block *sb, in squashfs_cache_get()
69 struct squashfs_cache_entry *entry; in squashfs_cache_get()
186 void squashfs_cache_put(struct squashfs_cache_entry *entry) in squashfs_cache_put()
266 struct squashfs_cache_entry *entry = &cache->entry[i]; in squashfs_cache_init()
306 int squashfs_copy_data(void *buffer, struct squashfs_cache_entry *entry, in squashfs_copy_data()
349 struct squashfs_cache_entry *entry; in squashfs_read_metadata()
392 struct squashfs_cache_entry *squashfs_get_fragment(struct super_block *sb, in squashfs_get_fragment()
407 struct squashfs_cache_entry *squashfs_get_datablock(struct super_block *sb, in squashfs_get_datablock()
Dsquashfs_fs_sb.h39 struct squashfs_cache_entry *entry;
42 struct squashfs_cache_entry { struct
Dfile_cache.c26 struct squashfs_cache_entry *buffer = squashfs_get_datablock(i->i_sb, in squashfs_readpage_block()
Dfile.c377 void squashfs_fill_page(struct page *page, struct squashfs_cache_entry *buffer, int offset, int ava… in squashfs_fill_page()
395 void squashfs_copy_cache(struct page *page, struct squashfs_cache_entry *buffer, in squashfs_copy_cache()
437 struct squashfs_cache_entry *buffer = squashfs_get_fragment(inode->i_sb, in squashfs_readpage_fragment()
Dsymlink.c57 struct squashfs_cache_entry *entry; in squashfs_symlink_readpage()
Dfile_direct.c150 struct squashfs_cache_entry *buffer = squashfs_get_datablock(i->i_sb, in squashfs_read_cache()