Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/block/
H A Dblkcache.c25 static LIST_HEAD(block_cache);
38 list_for_each_entry(node, &block_cache, lh) in cache_find()
44 if (block_cache.next != &node->lh) { in cache_find()
47 list_add(&node->lh, &block_cache); in cache_find()
92 node = (struct block_cache_node *)block_cache.prev; in blkcache_fill()
125 list_add(&node->lh, &block_cache); in blkcache_fill()
134 list_for_each_safe(entry, n, &block_cache) { in blkcache_invalidate()
152 while (!list_empty(&block_cache)) { in blkcache_configure()
153 node = (struct block_cache_node *)block_cache.next; in blkcache_configure()
/OK3568_Linux_fs/kernel/fs/squashfs/
H A Dsuper.c197 msblk->block_cache = squashfs_cache_init("metadata", in squashfs_fill_super()
199 if (msblk->block_cache == NULL) in squashfs_fill_super()
332 squashfs_cache_delete(msblk->block_cache); in squashfs_fill_super()
393 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.c71 entry = squashfs_cache_get(sb, msblk->block_cache, block, 0); in squashfs_symlink_readpage()
H A Dcache.c344 entry = squashfs_cache_get(sb, msblk->block_cache, *block, 0); in squashfs_read_metadata()