Searched refs:squashfs_cache_get (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/squashfs/ |
H A D | cache.c | 52 struct squashfs_cache_entry *squashfs_cache_get(struct super_block *sb, in squashfs_cache_get() function 344 entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0); in squashfs_read_metadata() 384 return squashfs_cache_get(sb, msblk->fragment_cache, start_block, in squashfs_get_fragment() 399 return squashfs_cache_get(sb, msblk->read_page, start_block, length); in squashfs_get_datablock()
|
H A D | symlink.c | 67 * squashfs_cache_get routine. As length bytes may overlap metadata in squashfs_symlink_readpage() 68 * blocks, we may need to call squashfs_cache_get multiple times. in squashfs_symlink_readpage() 71 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0); in squashfs_symlink_readpage()
|
H A D | squashfs.h | 24 extern struct squashfs_cache_entry *squashfs_cache_get(struct super_block *,
|
/kernel/linux/linux-6.6/fs/squashfs/ |
H A D | cache.c | 52 struct squashfs_cache_entry *squashfs_cache_get(struct super_block *sb, in squashfs_cache_get() function 344 entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0); in squashfs_read_metadata() 384 return squashfs_cache_get(sb, msblk->fragment_cache, start_block, in squashfs_get_fragment() 399 return squashfs_cache_get(sb, msblk->read_page, start_block, length); in squashfs_get_datablock()
|
H A D | symlink.c | 68 * squashfs_cache_get routine. As length bytes may overlap metadata in squashfs_symlink_read_folio() 69 * blocks, we may need to call squashfs_cache_get multiple times. in squashfs_symlink_read_folio() 72 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0); in squashfs_symlink_read_folio()
|
H A D | squashfs.h | 24 extern struct squashfs_cache_entry *squashfs_cache_get(struct super_block *,
|
Completed in 2 milliseconds