Searched refs:flush_to_disk (Results 1 - 20 of 20) sorted by relevance

/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dbatch_fsync.h61 svn_boolean_t flush_to_disk,
H A Dbatch_fsync.c209 svn_boolean_t flush_to_disk; member in struct:svn_fs_x__batch_fsync_t
326 svn_boolean_t flush_to_disk,
331 result->flush_to_disk = flush_to_disk;
524 if (batch->flush_to_disk)
574 if (batch->flush_to_disk)
325 svn_fs_x__batch_fsync_create(svn_fs_x__batch_fsync_t **result_p, svn_boolean_t flush_to_disk, apr_pool_t *result_pool) argument
H A Dfs.h408 svn_boolean_t flush_to_disk;
407 svn_boolean_t flush_to_disk; member in struct:svn_fs_x__data_t
H A Dfs_x.c205 ffd->flush_to_disk, scratch_pool));
546 ffd->flush_to_disk = !svn_hash__get_bool(fs->config,
1120 ffd->flush_to_disk, scratch_pool));
H A Dfs.c330 ffd->flush_to_disk = TRUE;
H A Dutil.c548 ffd->flush_to_disk, scratch_pool));
H A Drevprops.c1398 SVN_ERR(svn_fs_x__batch_fsync_create(&batch, ffd->flush_to_disk,
H A Dpack.c2087 SVN_ERR(svn_fs_x__batch_fsync_create(&batch, ffd->flush_to_disk,
H A Dtransaction.c3826 SVN_ERR(svn_fs_x__batch_fsync_create(&batch, ffd->flush_to_disk,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Drevprops.h137 svn_boolean_t flush_to_disk,
160 svn_boolean_t flush_to_disk,
H A Dutil.c441 ffd->flush_to_disk, scratch_pool));
524 ffd->flush_to_disk, pool));
624 svn_boolean_t flush_to_disk,
634 err = svn_io_file_rename2(old_filename, new_filename, flush_to_disk, pool);
644 a flush_to_disk argument. */
645 if (flush_to_disk)
654 if (flush_to_disk)
621 svn_fs_fs__move_into_place(const char *old_filename, const char *new_filename, const char *perms_reference, svn_boolean_t flush_to_disk, apr_pool_t *pool) argument
H A Dpack.c238 svn_boolean_t flush_to_disk; member in struct:pack_context_t
255 svn_boolean_t flush_to_disk,
284 context->flush_to_disk = flush_to_disk;
416 if (context->flush_to_disk)
1551 svn_boolean_t flush_to_disk,
1584 shard_rev, max_items, flush_to_disk,
1718 svn_boolean_t flush_to_disk,
1786 if (flush_to_disk)
1794 if (flush_to_disk)
249 initialize_pack_context(pack_context_t *context, svn_fs_t *fs, const char *pack_file_dir, const char *shard_dir, svn_revnum_t shard_rev, int max_items, svn_boolean_t flush_to_disk, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
1546 pack_log_addressed(svn_fs_t *fs, const char *pack_file_dir, const char *shard_dir, svn_revnum_t shard_rev, apr_size_t max_mem, svn_boolean_t flush_to_disk, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
1714 pack_phys_addressed(const char *pack_file_dir, const char *shard_path, svn_revnum_t start_rev, int max_files_per_dir, svn_boolean_t flush_to_disk, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
1816 pack_rev_shard(svn_fs_t *fs, const char *pack_file_dir, const char *shard_path, apr_int64_t shard, int max_files_per_dir, apr_size_t max_mem, svn_boolean_t flush_to_disk, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *pool) argument
[all...]
H A Drevprops.c82 ffd->flush_to_disk,
852 if (ffd->flush_to_disk)
879 ffd->flush_to_disk, pool));
1007 if (ffd->flush_to_disk)
1215 if (ffd->flush_to_disk)
1352 svn_boolean_t flush_to_disk,
1413 if (flush_to_disk)
1429 svn_boolean_t flush_to_disk,
1501 compression_level, flush_to_disk,
1529 compression_level, flush_to_disk,
1343 svn_fs_fs__copy_revprops(const char *pack_file_dir, const char *pack_filename, const char *shard_path, svn_revnum_t start_rev, svn_revnum_t end_rev, apr_array_header_t *sizes, apr_size_t total_size, int compression_level, svn_boolean_t flush_to_disk, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
1422 svn_fs_fs__pack_revprops_shard(const char *pack_file_dir, const char *shard_path, apr_int64_t shard, int max_files_per_dir, apr_int64_t max_pack_size, int compression_level, svn_boolean_t flush_to_disk, svn_cancel_func_t cancel_func, void *cancel_baton, apr_pool_t *scratch_pool) argument
[all...]
H A Dutil.h396 svn_boolean_t flush_to_disk,
H A Dfs.h516 svn_boolean_t flush_to_disk;
515 svn_boolean_t flush_to_disk; member in struct:fs_fs_data_t
H A Dfs.c378 ffd->flush_to_disk = TRUE;
H A Dfs_fs.c631 ffd->flush_to_disk, pool));
1176 ffd->flush_to_disk = !svn_hash__get_bool(fs->config,
2014 ffd->flush_to_disk, pool));
H A Dtransaction.c1038 ffd->flush_to_disk, pool));
3603 svn_boolean_t flush_to_disk,
3643 if (flush_to_disk)
3841 if (ffd->flush_to_disk)
3895 old_rev_filename, ffd->flush_to_disk,
3908 cb->txn, ffd->flush_to_disk, pool));
3599 write_final_revprop(const char *path, const char *perms_reference, svn_fs_txn_t *txn, svn_boolean_t flush_to_disk, apr_pool_t *pool) argument
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
H A Dio.c4294 svn_boolean_t flush_to_disk,
4308 if (!err && flush_to_disk)
4318 err = svn_io_file_rename2(tmp_path, final_path, flush_to_disk,
4487 svn_boolean_t flush_to_disk)
4496 if (flush_to_disk)
4549 svn_boolean_t flush_to_disk, apr_pool_t *pool)
4564 status = win32_file_rename(from_path_w, to_path_w, flush_to_disk);
4566 flush_to_disk));
4590 if (flush_to_disk)
4607 if (flush_to_disk)
4281 svn_io_write_atomic2(const char *final_path, const void *buf, apr_size_t nbytes, const char *copy_perms_path, svn_boolean_t flush_to_disk, apr_pool_t *scratch_pool) argument
4476 win32_file_rename(const WCHAR *from_path_w, const WCHAR *to_path_w, svn_boolean_t flush_to_disk) argument
4539 svn_io_file_rename2(const char *from_path, const char *to_path, svn_boolean_t flush_to_disk, apr_pool_t *pool) argument
[all...]
/freebsd-12-stable/contrib/subversion/subversion/include/
H A Dsvn_io.h2397 * If @a flush_to_disk is non-zero, do not return until the node has
2402 * @a flush_to_disk flag only for critical data.
2411 svn_boolean_t flush_to_disk,
2414 /** Similar to svn_io_write_atomic2(), but with @a flush_to_disk set
2471 * @a from_path and @a to_path are utf8-encoded. If @a flush_to_disk
2477 * @a flush_to_disk flag only for critical data.
2483 svn_boolean_t flush_to_disk, apr_pool_t *pool);
2485 /** Similar to svn_io_file_rename2(), but with @a flush_to_disk set

Completed in 156 milliseconds