Home
last modified time | relevance | path

Searched refs:checkpoint (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_checkpoint.c481 uberblock_t checkpoint = spa->spa_ubsync; in spa_checkpoint_sync() local
497 ASSERT3U(checkpoint.ub_txg, ==, spa->spa_syncing_txg - 1); in spa_checkpoint_sync()
509 spa->spa_checkpoint_txg = checkpoint.ub_txg; in spa_checkpoint_sync()
510 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp; in spa_checkpoint_sync()
512 checkpoint.ub_checkpoint_txg = checkpoint.ub_txg; in spa_checkpoint_sync()
516 &checkpoint, tx)); in spa_checkpoint_sync()
527 "checkpointed uberblock txg=%llu", checkpoint.ub_txg); in spa_checkpoint_sync()
H A Dmetaslab.c3579 boolean_t checkpoint) in metaslab_free_concrete() argument
3604 if (checkpoint) { in metaslab_free_concrete()
3618 boolean_t *checkpoint = arg; in metaslab_free_impl_cb() local
3620 ASSERT3P(checkpoint, !=, NULL); in metaslab_free_impl_cb()
3625 metaslab_free_impl(vd, offset, size, *checkpoint); in metaslab_free_impl_cb()
3630 boolean_t checkpoint) in metaslab_free_impl() argument
3652 metaslab_free_impl_cb, &checkpoint); in metaslab_free_impl()
3863 metaslab_free_impl(vd, offset, size, checkpoint); in metaslab_free_dva()
4126 boolean_t checkpoint = B_FALSE; in metaslab_free() local
4135 checkpoint = B_TRUE; in metaslab_free()
[all …]
H A Dspa.c3503 uberblock_t checkpoint; local
3519 ASSERT3U(checkpoint.ub_txg, !=, 0);
3520 ASSERT3U(checkpoint.ub_checkpoint_txg, !=, 0);
3521 ASSERT3U(checkpoint.ub_timestamp, !=, 0);
3522 spa->spa_checkpoint_txg = checkpoint.ub_txg;
3604 uberblock_t checkpoint; local
3624 ASSERT3U(checkpoint.ub_txg, <, spa->spa_uberblock.ub_txg);
3625 ASSERT3U(checkpoint.ub_txg, ==, checkpoint.ub_checkpoint_txg);
3634 checkpoint.ub_txg = spa->spa_uberblock.ub_txg + 1;
3635 checkpoint.ub_timestamp = gethrestime_sec();
[all …]
H A Dvdev_removal.c654 boolean_t checkpoint = B_FALSE; in free_from_removing_vdev() local
656 metaslab_free_impl_cb, &checkpoint); in free_from_removing_vdev()
704 boolean_t checkpoint = B_FALSE; in free_mapped_segment_cb() local
706 metaslab_free_impl_cb, &checkpoint); in free_mapped_segment_cb()
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dblcr1 # Berkeley Lab Checkpoint Restart (BLCR) checkpoint context files
2 # http://ftg.lbl.gov/checkpoint
H A Dconvex59 0 belong 0607 Convex SOFF checkpoint
/freebsd-12.1/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c91 int64_t in_count, out_count, checkpoint; member
196 state->checkpoint = CHECK_GAP; in archive_compressor_compress_open()
394 if (state->in_count < state->checkpoint) in archive_compressor_compress_write()
397 state->checkpoint = state->in_count + CHECK_GAP; in archive_compressor_compress_write()
/freebsd-12.1/usr.bin/compress/
H A Dzopen.c158 #define checkpoint zs->zs_checkpoint macro
270 checkpoint = CHECK_GAP; in zwrite()
316 checkpoint && block_compress) { in zwrite()
639 checkpoint = in_count + CHECK_GAP; in cl_block()
715 checkpoint = CHECK_GAP; in zopen()
/freebsd-12.1/contrib/libxo/xo/
H A Dxo.c80 checkpoint (xo_handle_t *xop UNUSED, va_list vap UNUSED, int restore) in checkpoint() function
365 xo_set_formatter(NULL, formatter, checkpoint); in main()
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zdb/
H A Dzdb.c4279 verify_checkpoint_vdev_spacemaps(spa_t *checkpoint, spa_t *current) in verify_checkpoint_vdev_spacemaps() argument
4281 vdev_t *ckpoint_rvd = checkpoint->spa_root_vdev; in verify_checkpoint_vdev_spacemaps()
4284 load_concrete_ms_allocatable_trees(checkpoint, SM_FREE); in verify_checkpoint_vdev_spacemaps()
4363 verify_checkpoint_ms_spacemaps(spa_t *checkpoint, spa_t *current) in verify_checkpoint_ms_spacemaps() argument
4365 vdev_t *ckpoint_rvd = checkpoint->spa_root_vdev; in verify_checkpoint_ms_spacemaps()
4368 load_concrete_ms_allocatable_trees(checkpoint, SM_ALLOC); in verify_checkpoint_ms_spacemaps()
4494 uberblock_t checkpoint; in verify_checkpoint() local
4502 sizeof (uberblock_t) / sizeof (uint64_t), &checkpoint); in verify_checkpoint()
4519 dump_uberblock(&checkpoint, "\nCheckpointed uberblock found:\n", "\n"); in verify_checkpoint()
4521 if (checkpoint.ub_checkpoint_txg == 0) { in verify_checkpoint()
/freebsd-12.1/contrib/apr-util/
H A DCHANGES56 [<horowity checkpoint com>]
/freebsd-12.1/crypto/openssh/
H A Dssh-keygen.c2382 char out_file[PATH_MAX], *checkpoint = NULL; in main() local
2594 checkpoint = xstrdup(optarg); in main()
2745 generator_wanted, checkpoint, in main()
/freebsd-12.1/contrib/tcp_wrappers/
H A DCHANGES75 refuses to checkpoint processes with open network ports.
/freebsd-12.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf148 # checkpoint queue runs after every N successful deliveries
/freebsd-12.1/contrib/tcsh/
H A Dcomplete.tcsh1036 block-size read-full-blocks directory checkpoint file \
/freebsd-12.1/contrib/amd/
H A DNEWS987 - checkpoint config.guess several times during the long configure, so that
/freebsd-12.1/contrib/sendmail/cf/m4/
H A Dproto.m4272 # checkpoint queue runs after every N successful deliveries
/freebsd-12.1/contrib/binutils/include/opcode/
H A DChangeLog-91032835 * h8300.h: checkpoint, includes H8/300-H opcodes.
/freebsd-12.1/contrib/flex/
H A DChangeLog6003 * parse.y: Working checkpoint prior to adding <scon>{ stuff
6844 yyless() with yymore() checkpoint prior to C++ option
/freebsd-12.1/share/examples/ipfilter/
H A Dipf-howto.txt188 time. It has a checkpoint clipboard that reads:
/freebsd-12.1/contrib/binutils/opcodes/
H A DChangeLog-92973715 * z8k-dis.c z8k-opc.h z8kgen.c: checkpoint
/freebsd-12.1/crypto/openssl/
H A DCHANGES9011 Alon Kantor <alonk@checkpoint.com> (and others),
9151 <izhar@checkpoint.com>.
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-91934823 * coff-z8k.c: checkpoint, more addressing modes handled
/freebsd-12.1/contrib/binutils/gas/
H A DChangeLog-929512160 * config/*z8k*: checkpoint