Home
last modified time | relevance | path

Searched refs:fs_path (Results 1 – 25 of 28) sorted by relevance

12

/NextBSD/contrib/subversion/subversion/libsvn_fs_x/
HDlock.c116 err_corrupt_lockfile(const char *fs_path, const char *path) in err_corrupt_lockfile() argument
122 path, fs_path); in err_corrupt_lockfile()
131 digest_path_from_digest(const char *fs_path, in digest_path_from_digest() argument
135 return svn_dirent_join_many(pool, fs_path, PATH_LOCKS_DIR, in digest_path_from_digest()
146 const char *fs_path, in digest_path_from_path() argument
152 *digest_path = svn_dirent_join_many(pool, fs_path, PATH_LOCKS_DIR, in digest_path_from_path()
169 const char *fs_path, in write_digest_file() argument
180 SVN_ERR(svn_fs_x__ensure_dir_exists(svn_dirent_join(fs_path, PATH_LOCKS_DIR, in write_digest_file()
182 fs_path, scratch_pool)); in write_digest_file()
185 fs_path, scratch_pool)); in write_digest_file()
[all …]
HDfs_id.c86 const char *fs_path; member
131 context->fs_path = apr_pstrdup(context->owner, context->fs->path); in fs_cleanup()
154 err = context->svn_fs_open_(&context->fs, context->fs_path, NULL, in get_fs()
HDfs_x.h190 const char *fs_path,
HDrep-cache.c48 path_rep_cache_db(const char *fs_path, in path_rep_cache_db() argument
51 return svn_dirent_join(fs_path, REP_CACHE_DB_NAME, result_pool); in path_rep_cache_db()
HDfs_x.c243 const char *fs_path, in read_config() argument
251 svn_dirent_join(fs_path, PATH_CONFIG, scratch_pool), in read_config()
1079 const char *fs_path, in svn_fs_x__ensure_dir_exists() argument
1092 return svn_io_copy_perms(fs_path, path, scratch_pool); in svn_fs_x__ensure_dir_exists()
/NextBSD/contrib/subversion/subversion/libsvn_ra_local/
HDra_plugin.c232 const char *fs_path; in reporter_link_path() local
242 fs_path = "/"; in reporter_link_path()
244 fs_path = apr_pstrcat(pool, "/", relpath, SVN_VA_NULL); in reporter_link_path()
246 return svn_repos_link_path3(rbaton->report_baton, path, fs_path, revision, in reporter_link_path()
352 sess->fs_path->data, in make_reporter()
562 const char *fs_path; in svn_ra_local__open() local
586 &fs_path, in svn_ra_local__open()
589 sess->fs_path = svn_stringbuf_create(fs_path, session->pool); in svn_ra_local__open()
629 const char *fs_path; in svn_ra_local__dup_session() local
641 &fs_path, in svn_ra_local__dup_session()
[all …]
HDsplit_url.c34 const char **fs_path, in svn_ra_local__split_URL() argument
71 *fs_path = "/"; in svn_ra_local__split_URL()
73 *fs_path = &repos_dirent[root_end]; in svn_ra_local__split_URL()
77 *fs_path = &repos_dirent[root_end-1]; in svn_ra_local__split_URL()
78 SVN_ERR_ASSERT((*fs_path)[0] == '/'); in svn_ra_local__split_URL()
HDra_local.h50 svn_stringbuf_t *fs_path; /* URI-decoded, always with a leading slash. */ member
91 const char **fs_path,
/NextBSD/contrib/subversion/subversion/libsvn_ra/
HDcompat.c202 const char *url, *fs_path; in get_fs_path() local
205 SVN_ERR(svn_ra_get_path_relative_to_root(session, &fs_path, url, pool)); in get_fs_path()
206 *fs_path_p = svn_fspath__canonicalize(svn_relpath_join(fs_path, in get_fs_path()
318 const char *fs_path; in svn_ra__locations_from_log() local
322 SVN_ERR(get_fs_path(&fs_path, session, path, pool)); in svn_ra__locations_from_log()
329 fs_path, peg_revision); in svn_ra__locations_from_log()
356 lrb.last_path = fs_path; in svn_ra__locations_from_log()
398 fs_path, peg_revision); in svn_ra__locations_from_log()
402 if (strcmp(fs_path, lrb.peg_path) != 0) in svn_ra__locations_from_log()
406 fs_path, youngest); in svn_ra__locations_from_log()
[all …]
/NextBSD/contrib/subversion/subversion/libsvn_fs_fs/
HDlock.c115 err_corrupt_lockfile(const char *fs_path, const char *path) in err_corrupt_lockfile() argument
121 path, fs_path); in err_corrupt_lockfile()
130 digest_path_from_digest(const char *fs_path, in digest_path_from_digest() argument
134 return svn_dirent_join_many(pool, fs_path, PATH_LOCKS_DIR, in digest_path_from_digest()
145 const char *fs_path, in digest_path_from_path() argument
151 *digest_path = svn_dirent_join_many(pool, fs_path, PATH_LOCKS_DIR, in digest_path_from_path()
168 const char *fs_path, in write_digest_file() argument
179 SVN_ERR(svn_fs_fs__ensure_dir_exists(svn_dirent_join(fs_path, PATH_LOCKS_DIR, in write_digest_file()
180 pool), fs_path, pool)); in write_digest_file()
182 fs_path, pool)); in write_digest_file()
[all …]
HDrep-cache.c47 path_rep_cache_db(const char *fs_path, in path_rep_cache_db() argument
50 return svn_dirent_join(fs_path, REP_CACHE_DB_NAME, result_pool); in path_rep_cache_db()
HDfs_fs.h240 const char *fs_path,
/NextBSD/contrib/subversion/subversion/libsvn_client/
HDlist.c96 const char *fs_path, in get_dir_contents() argument
169 const char *abs_path = svn_fspath__join(fs_path, path, iterpool); in get_dir_contents()
178 SVN_ERR(list_func(baton, path, the_ent, lock, fs_path, in get_dir_contents()
185 ra_session, locks, fs_path, depth, ctx, in get_dir_contents()
247 const char *fs_path; in list_internal() local
267 fs_path = svn_client__pathrev_fspath(loc, pool); in list_internal()
295 ? (svn_hash_gets(locks, fs_path)) in list_internal()
296 : NULL, fs_path, external_parent_url, in list_internal()
304 fs_path, depth, ctx, externals, in list_internal()
HDinfo.c203 const char *path, *fs_path; in push_dir_info() local
217 fs_path = svn_client__pathrev_fspath(child_pathrev, subpool); in push_dir_info()
219 lock = svn_hash_gets(locks, fs_path); in push_dir_info()
/NextBSD/usr.sbin/extattrctl/
HDextattrctl.c92 char *fs_path = NULL; in initattr() local
105 fs_path = optarg; in initattr()
129 else if (fs_path != NULL) { in initattr()
131 num_inodes_by_path(fs_path); in initattr()
/NextBSD/contrib/subversion/subversion/svnserve/
HDserve.c87 const char *fs_path; member
387 const char **fs_path) in get_fs_path() argument
396 *fs_path = url + len; in get_fs_path()
397 if (! **fs_path) in get_fs_path()
398 *fs_path = "/"; in get_fs_path()
876 const char *path, *url, *lock_token, *fs_path, *depth_word; in link_path() local
895 &fs_path); in link_path()
897 b->err = svn_repos_link_path3(b->report_baton, path, fs_path, rev, in link_path()
971 b->repository->fs_path->data, target, in accept_report()
1100 const char *fs_path; in reparent() local
[all …]
HDserver.h64 svn_stringbuf_t *fs_path;/* Decoded base in-repos path (w/ leading slash) */ member
/NextBSD/contrib/subversion/subversion/libsvn_repos/
HDconfig_pool.c311 const char *fs_path; in find_repos_config() local
344 fs_path = &dirent[strlen(repos_root_dirent)]; in find_repos_config()
354 SVN_ERR(svn_fs_file_checksum(&checksum, svn_checksum_sha1, root, fs_path, in find_repos_config()
369 SVN_ERR(svn_fs_check_path(&node_kind, root, fs_path, scratch_pool)); in find_repos_config()
373 SVN_ERR(svn_fs_file_length(&length, root, fs_path, scratch_pool)); in find_repos_config()
374 SVN_ERR(svn_fs_file_contents(&stream, root, fs_path, scratch_pool)); in find_repos_config()
HDrev_hunt.c514 const char *fs_path, in check_ancestry_of_peg_path() argument
530 SVN_ERR(svn_fs_node_history2(&history, root, fs_path, lastpool, lastpool)); in check_ancestry_of_peg_path()
537 fs_path = NULL; in check_ancestry_of_peg_path()
551 if (!fs_path) in check_ancestry_of_peg_path()
552 fs_path = apr_pstrdup(pool, path); in check_ancestry_of_peg_path()
567 SVN_ERR_ASSERT(fs_path != NULL); in check_ancestry_of_peg_path()
569 *is_ancestor = (history && strcmp(path, fs_path) == 0); in check_ancestry_of_peg_path()
632 const char *fs_path, in svn_repos_trace_node_locations() argument
651 if (*fs_path != '/') in svn_repos_trace_node_locations()
652 fs_path = apr_pstrcat(pool, "/", fs_path, SVN_VA_NULL); in svn_repos_trace_node_locations()
[all …]
HDauthz.c789 const char *fs_path; in authz_retrieve_config_repo() local
806 fs_path = &dirent[strlen(repos_root_dirent)]; in authz_retrieve_config_repo()
809 if (*fs_path == '\0') in authz_retrieve_config_repo()
827 SVN_ERR(svn_fs_check_path(&node_kind, root, fs_path, scratch_pool)); in authz_retrieve_config_repo()
839 "'%s' path not found in repo '%s'", fs_path, in authz_retrieve_config_repo()
846 "'%s' is not a file in repo '%s'", fs_path, in authz_retrieve_config_repo()
850 SVN_ERR(svn_fs_file_contents(&contents, root, fs_path, scratch_pool)); in authz_retrieve_config_repo()
858 fs_path, repos_root_dirent); in authz_retrieve_config_repo()
HDcommit.c298 const char *fs_path; in add_file_or_directory() local
329 fs_path = apr_pstrdup(subpool, copy_path + repos_url_len); in add_file_or_directory()
338 SVN_ERR(check_authz(eb, fs_path, copy_root, required, subpool)); in add_file_or_directory()
340 SVN_ERR(svn_fs_copy(copy_root, fs_path, in add_file_or_directory()
/NextBSD/usr.bin/fstat/
HDfstat.c458 printf(" %-15s", fst->fs_path != NULL ? fst->fs_path : "-"); in print_sem_info()
482 printf(" %-15s", fst->fs_path != NULL ? fst->fs_path : "-"); in print_shm_info()
/NextBSD/usr.bin/procstat/
HDprocstat_files.c567 xo_emit("{:path/%-18s/%s}", fst->fs_path != NULL ? in procstat_files()
568 fst->fs_path : "-"); in procstat_files()
/NextBSD/lib/libprocstat/
HDlibprocstat.h116 char *fs_path; member
HDlibprocstat.c365 if (fst->fs_path != NULL) in procstat_freefiles()
366 free(fst->fs_path); in procstat_freefiles()
398 entry->fs_path = path; in filestat_new_entry()
1075 if (fst->fs_path == NULL && ksem.ks_path != NULL) { in procstat_get_sem_info_kvm()
1088 fst->fs_path = path; in procstat_get_sem_info_kvm()
1158 if (fst->fs_path == NULL && shmfd.shm_path != NULL) { in procstat_get_shm_info_kvm()
1171 fst->fs_path = path; in procstat_get_shm_info_kvm()

12