Home
last modified time | relevance | path

Searched refs:block_cache (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/block/
H A Dblkcache.c24 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 Dsuper.c319 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 Dsquashfs_fs_sb.h47 struct squashfs_cache *block_cache; member
H A Dsymlink.c72 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0); in squashfs_symlink_read_folio()
H A Dcache.c344 entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0); in squashfs_read_metadata()