Searched refs:squashfs_cache_entry (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/fs/squashfs/ |
D | squashfs.h | 24 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 *, 57 void squashfs_fill_page(struct page *, struct squashfs_cache_entry *, int, int); 58 void squashfs_copy_cache(struct page *, struct squashfs_cache_entry *, int,
|
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() 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()
|
D | squashfs_fs_sb.h | 26 struct squashfs_cache_entry *entry; 29 struct squashfs_cache_entry { struct
|
D | file_cache.c | 24 struct squashfs_cache_entry *buffer = squashfs_get_datablock(i->i_sb, in squashfs_readpage_block()
|
D | file.c | 365 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()
|
D | symlink.c | 45 struct squashfs_cache_entry *entry; in squashfs_symlink_read_folio()
|