Home
last modified time | relevance | path

Searched refs:SVN_FS_TXN_CHECK_LOCKS (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
Dtree.c542 flags |= SVN_FS_TXN_CHECK_LOCKS; in svn_fs_fs__txn_root()
1571 if (root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in fs_change_node_prop()
2454 if (root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in fs_make_dir()
2511 if (root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in fs_delete_node()
2602 if (to_root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in copy_helper()
2785 if (root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in fs_make_file()
2961 if (tb->root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in apply_textdelta()
3120 if (tb->root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in apply_text()
Dtransaction.c3866 if (flags & SVN_FS_TXN_CHECK_LOCKS) in svn_fs_fs__begin_txn()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
Dtree.c530 flags |= SVN_FS_TXN_CHECK_LOCKS; in svn_fs_x__txn_root()
1564 if (root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in x_change_node_prop()
2469 if (root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in x_make_dir()
2531 if (root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in x_delete_node()
2626 if (to_root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in copy_helper()
2814 if (root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in x_make_file()
2995 if (tb->root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in apply_textdelta()
3161 if (tb->root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in apply_text()
Dtransaction.c3770 if (flags & SVN_FS_TXN_CHECK_LOCKS) in svn_fs_x__begin_txn()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/
Dtree.c316 flags |= SVN_FS_TXN_CHECK_LOCKS; in txn_body_txn_root()
1327 if (args->root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in txn_body_change_node_prop()
3009 if (args->root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in txn_body_make_dir()
3085 if (root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in txn_body_delete()
3171 if (to_root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in txn_body_copy()
3453 if (args->root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in txn_body_make_file()
3789 if (tb->root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in txn_body_apply_textdelta()
3969 if (tb->root->txn_flags & SVN_FS_TXN_CHECK_LOCKS) in txn_body_apply_text()
Drevs-txns.c703 if (args->flags & SVN_FS_TXN_CHECK_LOCKS) in txn_body_begin_txn()
/freebsd-10-stable/contrib/subversion/subversion/include/
Dsvn_fs.h1096 #define SVN_FS_TXN_CHECK_LOCKS 0x00002 macro
/freebsd-10-stable/contrib/subversion/subversion/libsvn_repos/
Dfs-wrap.c149 SVN_FS_TXN_CHECK_LOCKS, pool)); in svn_repos_fs_begin_txn_for_commit2()
Dcommit.c1374 repos->fs, SVN_FS_TXN_CHECK_LOCKS, in svn_repos__get_commit_ev2()