Home
last modified time | relevance | path

Searched refs:open_path (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Dtree.c952 open_path(parent_path_t **parent_path_p, in open_path() function
1312 SVN_ERR(open_path(&parent_path, root, path, in get_dag()
1617 SVN_ERR(open_path(&parent_path, root, path, 0, TRUE, pool)); in fs_change_node_prop()
2498 SVN_ERR(open_path(&parent_path, root, path, open_path_last_optional, in fs_make_dir()
2551 SVN_ERR(open_path(&parent_path, root, path, 0, TRUE, pool)); in fs_delete_node()
2647 SVN_ERR(open_path(&to_parent_path, to_root, to_path, in copy_helper()
2825 SVN_ERR(open_path(&parent_path, root, path, open_path_last_optional, in fs_make_file()
3007 SVN_ERR(open_path(&parent_path, tb->root, tb->path, 0, TRUE, pool)); in apply_textdelta()
3166 SVN_ERR(open_path(&parent_path, tb->root, tb->path, 0, TRUE, pool)); in apply_text()
3612 SVN_ERR(open_path(&parent_path, root, path, 0, FALSE, pool)); in fs_closest_copy()
[all …]
/freebsd-12.1/contrib/subversion/subversion/libsvn_fs_base/
H A Dtree.c660 open_path(parent_path_t **parent_path_p, in open_path() function
1323 SVN_ERR(open_path(&parent_path, args->root, args->path, 0, txn_id, in txn_body_change_node_prop()
3011 SVN_ERR(open_path(&parent_path, root, path, open_path_last_optional, in txn_body_make_dir()
3088 SVN_ERR(open_path(&parent_path, root, path, 0, txn_id, in txn_body_delete()
3178 SVN_ERR(open_path(&to_parent_path, to_root, to_path, in txn_body_copy()
3455 SVN_ERR(open_path(&parent_path, root, path, open_path_last_optional, in txn_body_make_file()
3798 SVN_ERR(open_path(&parent_path, tb->root, tb->path, 0, txn_id, in txn_body_apply_textdelta()
3978 SVN_ERR(open_path(&parent_path, tb->root, tb->path, 0, txn_id, in txn_body_apply_text()
4373 SVN_ERR(open_path(&parent_path, root, path, 0, txn_id, in txn_body_history_prev()
4624 SVN_ERR(open_path(&parent_path, root, path, 0, txn_id, in txn_body_closest_copy()
[all …]
/freebsd-12.1/contrib/subversion/
H A DCHANGES621 * fsfs: speed up critical open_path() call (r1483301 et al)