Searched refs:squashfs_cache_get (Results 1 – 2 of 2) sorted by relevance
/linux/fs/squashfs/ |
H A D | cache.c | 52 struct squashfs_cache_entry *squashfs_cache_get(struct super_block *sb, in squashfs_cache_get() function 348 entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0); in squashfs_read_metadata() 388 return squashfs_cache_get(sb, msblk->fragment_cache, start_block, in squashfs_get_fragment() 403 return squashfs_cache_get(sb, msblk->read_page, start_block, length); in squashfs_get_datablock()
|
H A D | squashfs.h | 30 extern struct squashfs_cache_entry *squashfs_cache_get(struct super_block *,
|