Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/subversion/subversion/svnadmin/
H A Dsvnadmin.c2436 const char *lock_path; in subcommand_lock() local
2444 lock_path = APR_ARRAY_IDX(args, 0, const char *); in subcommand_lock()
2465 SVN_ERR(target_arg_to_fspath(&lock_path, lock_path, pool, pool)); in subcommand_lock()
2468 SVN_ERR(svn_fs_lock(&lock, fs, lock_path, in subcommand_lock()
2602 SVN_ERR(target_arg_to_fspath(&lock_path, lock_path, subpool, subpool)); in subcommand_rmlocks()
2613 lock_path)); in subcommand_rmlocks()
2619 err = svn_fs_unlock(fs, lock_path, in subcommand_rmlocks()
2627 lock_path)); in subcommand_rmlocks()
2655 const char *lock_path; in subcommand_unlock() local
2660 lock_path = APR_ARRAY_IDX(args, 0, const char *); in subcommand_unlock()
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_repos/
H A Drepos.h123 char *lock_path; member
H A Drepos.c83 return apr_pstrdup(pool, repos->lock_path); in svn_repos_lock_dir()
90 return svn_dirent_join(repos->lock_path, SVN_REPOS__DB_LOCKFILE, pool); in svn_repos_db_lockfile()
97 return svn_dirent_join(repos->lock_path, SVN_REPOS__DB_LOGS_LOCKFILE, pool); in svn_repos_db_logs_lockfile()
261 SVN_ERR_W(create_repos_dir(repos->lock_path, pool), in create_locks()
1028 repos->lock_path = svn_dirent_join(path, SVN_REPOS__LOCK_DIR, pool); in create_svn_repos_t()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dfs_fs.c157 const char *lock_path; member
193 svn_error_t *err = get_lock_on_filesystem(baton->lock_path, pool); in with_some_lock_file()
266 baton->lock_path = svn_fs_fs__path_lock(baton->fs, baton->lock_pool); in init_lock_baton()
272 baton->lock_path = svn_fs_fs__path_txn_current_lock(baton->fs, in init_lock_baton()
279 baton->lock_path = svn_fs_fs__path_pack_lock(baton->fs, in init_lock_baton()
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_x/
H A Dtransaction.c232 const char *lock_path; member
268 svn_error_t *err = get_lock_on_filesystem(baton->lock_path, pool); in with_some_lock_file()
356 baton->lock_path = svn_fs_x__path_txn_current_lock(baton->fs, in init_lock_baton()
363 baton->lock_path = svn_fs_x__path_lock(baton->fs, baton->lock_pool); in init_lock_baton()
369 baton->lock_path = svn_fs_x__path_pack_lock(baton->fs, in init_lock_baton()