Searched refs:block_cache (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/block/ |
H A D | blkcache.c | 24 static LIST_HEAD(block_cache); 37 list_for_each_entry(node, &block_cache, lh) in cache_find() 43 if (block_cache.next != &node->lh) { in cache_find() 46 list_add(&node->lh, &block_cache); in cache_find() 91 node = (struct block_cache_node *)block_cache.prev; in blkcache_fill() 124 list_add(&node->lh, &block_cache); in blkcache_fill() 133 list_for_each_safe(entry, n, &block_cache) { in blkcache_invalidate() 151 while (!list_empty(&block_cache)) { in blkcache_configure() 152 node = (struct block_cache_node *)block_cache.next; in blkcache_configure()
|
/openbmc/linux/fs/squashfs/ |
H A D | super.c | 319 msblk->block_cache = squashfs_cache_init("metadata", in squashfs_fill_super() 321 if (msblk->block_cache == NULL) in squashfs_fill_super() 467 squashfs_cache_delete(msblk->block_cache); in squashfs_fill_super() 587 squashfs_cache_delete(sbi->block_cache); in squashfs_put_super()
|
H A D | squashfs_fs_sb.h | 47 struct squashfs_cache *block_cache; member
|
H A D | symlink.c | 72 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0); in squashfs_symlink_read_folio()
|
H A D | cache.c | 344 entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0); in squashfs_read_metadata()
|