Searched refs:cache_node (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/fs/cbfs/ |
| H A D | cbfs.c | 128 struct cbfs_cachenode *cache_node; in file_cbfs_fill_cache() local 133 cache_node = file_cache; in file_cbfs_fill_cache() 134 while (cache_node) { in file_cbfs_fill_cache() 135 struct cbfs_cachenode *oldNode = cache_node; in file_cbfs_fill_cache() 136 cache_node = cache_node->next; in file_cbfs_fill_cache() 237 struct cbfs_cachenode *cache_node = file_cache; in file_cbfs_find() local 244 while (cache_node) { in file_cbfs_find() 245 if (!strcmp(name, cache_node->name)) in file_cbfs_find() 247 cache_node = cache_node->next; in file_cbfs_find() 249 if (!cache_node) in file_cbfs_find() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/of/ |
| H A D | base.c | 2165 struct device_node *child, *cache_node; in of_find_next_cache_node() local 2167 cache_node = of_parse_phandle(np, "l2-cache", 0); in of_find_next_cache_node() 2168 if (!cache_node) in of_find_next_cache_node() 2169 cache_node = of_parse_phandle(np, "next-level-cache", 0); in of_find_next_cache_node() 2171 if (cache_node) in of_find_next_cache_node() 2172 return cache_node; in of_find_next_cache_node()
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | block-group.c | 167 cache = rb_entry(parent, struct btrfs_block_group, cache_node); in btrfs_add_block_group_cache() 178 rb_link_node(&block_group->cache_node, parent, p); in btrfs_add_block_group_cache() 179 rb_insert_color(&block_group->cache_node, in btrfs_add_block_group_cache() 205 cache = rb_entry(n, struct btrfs_block_group, cache_node); in block_group_cache_tree_search() 261 if (RB_EMPTY_NODE(&cache->cache_node)) { in btrfs_next_block_group() 268 node = rb_next(&cache->cache_node); in btrfs_next_block_group() 271 cache = rb_entry(node, struct btrfs_block_group, cache_node); in btrfs_next_block_group() 1020 rb_erase(&block_group->cache_node, in btrfs_remove_block_group() 1022 RB_CLEAR_NODE(&block_group->cache_node); in btrfs_remove_block_group() 3346 cache_node); in btrfs_free_block_groups() [all …]
|
| H A D | block-group.h | 112 struct rb_node cache_node; member
|
| H A D | free-space-tree.c | 1167 cache_node); in btrfs_create_free_space_tree()
|