Searched refs:squashfs_cache_get (Results 1 – 3 of 3) sorted by relevance
/external/squashfs-tools/kernel/fs/squashfs/ |
D | cache.c | 66 struct squashfs_cache_entry *squashfs_cache_get(struct super_block *sb, in squashfs_cache_get() function 342 entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0); in squashfs_read_metadata() 375 return squashfs_cache_get(sb, msblk->fragment_cache, start_block, in squashfs_get_fragment() 390 return squashfs_cache_get(sb, msblk->read_page, start_block, length); in squashfs_get_datablock()
|
D | squashfs.h | 42 extern struct squashfs_cache_entry *squashfs_cache_get(struct super_block *,
|
D | symlink.c | 84 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0); in squashfs_symlink_readpage()
|