Searched refs:txn_dir_cache (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | caching.c | 839 if (ffd->txn_dir_cache != NULL || ffd->concurrent_transactions) in svn_fs_fs__initialize_txn_caches() 841 ffd->txn_dir_cache = NULL; in svn_fs_fs__initialize_txn_caches() 871 SVN_ERR(create_cache(&ffd->txn_dir_cache, in svn_fs_fs__initialize_txn_caches() 886 init_txn_callbacks(fs, &(ffd->txn_dir_cache), pool); in svn_fs_fs__initialize_txn_caches() 898 ffd->txn_dir_cache = NULL; in svn_fs_fs__reset_txn_caches()
|
| H A D | fs.h | 457 svn_cache__t *txn_dir_cache; member
|
| H A D | transaction.c | 1577 if (ffd->txn_dir_cache) in svn_fs_fs__set_entry() 1592 SVN_ERR(svn_cache__set(ffd->txn_dir_cache, key, &dir_data, in svn_fs_fs__set_entry() 1609 if (ffd->txn_dir_cache) in svn_fs_fs__set_entry() 1619 ffd->txn_dir_cache, key, in svn_fs_fs__set_entry() 1630 SVN_ERR(svn_cache__set(ffd->txn_dir_cache, key, NULL, in svn_fs_fs__set_entry() 1663 if (ffd->txn_dir_cache) in svn_fs_fs__set_entry() 1683 SVN_ERR(svn_cache__set_partial(ffd->txn_dir_cache, key, in svn_fs_fs__set_entry() 4145 if (ffd->txn_dir_cache) in svn_fs_fs__delete_node_revision() 4148 SVN_ERR(svn_cache__set(ffd->txn_dir_cache, key, NULL, pool)); in svn_fs_fs__delete_node_revision()
|
| H A D | cached_data.c | 2802 return ffd->txn_dir_cache; in locate_dir_cache()
|