Home
last modified time | relevance | path

Searched refs:dag_node_cache (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Ddag_cache.c422 auto_clear_dag_cache(ffd->dag_node_cache); in dag_node_cache_get()
423 return cache_lookup(ffd->dag_node_cache, change_set, path)->node; in dag_node_cache_get()
432 svn_fs_x__dag_cache_t *cache = ffd->dag_node_cache; in svn_fs_x__update_dag_cache()
448 svn_fs_x__dag_cache_t *cache = ffd->dag_node_cache; in svn_fs_x__invalidate_dag_cache()
508 svn_fs_x__dag_cache_t *cache = ffd->dag_node_cache; in try_match_last_node()
563 bucket = cache_lookup(ffd->dag_node_cache, change_set, path); in dag_step()
595 if (auto_clear_dag_cache(ffd->dag_node_cache)) in dag_step()
596 bucket = cache_lookup(ffd->dag_node_cache, change_set, path); in dag_step()
600 ffd->dag_node_cache->pool, in dag_step()
627 auto_clear_dag_cache(ffd->dag_node_cache); in get_root_node()
[all …]
H A Dfs.h291 svn_fs_x__dag_cache_t *dag_node_cache; member
H A Dcaching.c434 ffd->dag_node_cache = svn_fs_x__create_dag_cache(fs->pool); in svn_fs_x__initialize_caches()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.h368 fs_fs_dag_cache_t *dag_node_cache; member
H A Dcaching.c439 ffd->dag_node_cache = svn_fs_fs__create_dag_cache(fs->pool); in svn_fs_fs__initialize_caches()
H A Dtree.c443 node = cache_lookup(ffd->dag_node_cache, root->rev, path); in dag_node_cache_get()
455 cache_insert(ffd->dag_node_cache, root->rev, path, node); in dag_node_cache_get()
895 = cache_lookup_last_path(ffd->dag_node_cache, path, path_len); in try_match_last_node()