Searched refs:squashfs_cache_get (Results 1 - 3 of 3) sorted by relevance
/linux-4.4.14/fs/squashfs/ |
H A D | symlink.c | 80 * squashfs_cache_get routine. As length bytes may overlap metadata squashfs_symlink_readpage() 81 * blocks, we may need to call squashfs_cache_get multiple times. squashfs_symlink_readpage() 84 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0); squashfs_symlink_readpage()
|
H A D | cache.c | 65 struct squashfs_cache_entry *squashfs_cache_get(struct super_block *sb, squashfs_cache_get() function 354 entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0); squashfs_read_metadata() 394 return squashfs_cache_get(sb, msblk->fragment_cache, start_block, squashfs_get_fragment() 409 return squashfs_cache_get(sb, msblk->read_page, start_block, length); squashfs_get_datablock()
|
H A D | squashfs.h | 37 extern struct squashfs_cache_entry *squashfs_cache_get(struct super_block *,
|
Completed in 178 milliseconds