Searched refs:svn_fs_fs__with_write_lock (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs.c168 SVN_ERR(svn_fs_fs__with_write_lock(fs, fs_freeze_body, &b, pool));
H A Dfs_fs.h447 svn_fs_fs__with_write_lock(svn_fs_t *fs,
H A Dlock.c758 /* This implements the svn_fs_fs__with_write_lock() 'body' callback
885 /* This implements the svn_fs_fs__with_write_lock() 'body' callback
950 return svn_fs_fs__with_write_lock(fs, lock_body, &lb, pool);
988 return svn_fs_fs__with_write_lock(fs, unlock_body, &ub, pool);
H A Dfs_fs.c668 svn_fs_fs__with_write_lock(svn_fs_t *fs, function
1645 return svn_fs_fs__with_write_lock(fs, upgrade_body, (void *)fs, pool);
3442 SVN_ERR(svn_fs_fs__with_write_lock(fs, revprop_generation_fixup,
8518 This implements the svn_fs_fs__with_write_lock() 'body' callback
8739 SVN_ERR(svn_fs_fs__with_write_lock(fs, commit_body, &cb, pool));
9234 write lock. This implements the svn_fs_fs__with_write_lock()
9401 return svn_fs_fs__with_write_lock(fs, recover_body, &b, pool);
9745 write lock. This implements the svn_fs_fs__with_write_lock()
9794 return svn_fs_fs__with_write_lock(fs, change_rev_prop_body, &cb, pool);
10333 This implements the svn_fs_fs__with_write_lock() 'bod
[all...]

Completed in 117 milliseconds