Searched refs:squashfs_cache_entry (Results 1 – 7 of 7) sorted by relevance
/linux-4.19.296/fs/squashfs/ |
D | squashfs.h | 37 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,
|
D | cache.c | 65 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()
|
D | squashfs_fs_sb.h | 39 struct squashfs_cache_entry *entry; 42 struct squashfs_cache_entry { struct
|
D | file_cache.c | 26 struct squashfs_cache_entry *buffer = squashfs_get_datablock(i->i_sb, in squashfs_readpage_block()
|
D | file.c | 377 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()
|
D | symlink.c | 57 struct squashfs_cache_entry *entry; in squashfs_symlink_readpage()
|
D | file_direct.c | 150 struct squashfs_cache_entry *buffer = squashfs_get_datablock(i->i_sb, in squashfs_read_cache()
|