Searched refs:squashfs_cache_entry (Results 1 – 6 of 6) sorted by relevance
| /fs/squashfs/ |
| A D | squashfs.h | 30 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 *,
|
| A D | cache.c | 52 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()
|
| A D | squashfs_fs_sb.h | 26 struct squashfs_cache_entry *entry; 29 struct squashfs_cache_entry { struct
|
| A D | file.c | 366 struct squashfs_cache_entry *buffer, size_t offset, in squashfs_fill_page() 384 struct squashfs_cache_entry *buffer, size_t bytes, in squashfs_copy_cache() 430 struct squashfs_cache_entry *buffer = squashfs_get_fragment(inode->i_sb, in squashfs_readpage_fragment() 499 struct squashfs_cache_entry *buffer = squashfs_get_fragment(inode->i_sb, in squashfs_readahead_fragment()
|
| A D | file_cache.c | 24 struct squashfs_cache_entry *buffer = squashfs_get_datablock(i->i_sb, in squashfs_readpage_block()
|
| A D | symlink.c | 44 struct squashfs_cache_entry *entry; in squashfs_symlink_read_folio()
|
Completed in 11 milliseconds