/illumos-gate/usr/src/test/zfs-tests/tests/functional/pool_checkpoint/ |
H A D | checkpoint_discard_busy.ksh | 72 log_must zpool checkpoint $NESTEDPOOL 76 log_must zpool checkpoint -d $NESTEDPOOL 89 log_mustnot zpool import -d $FILEDISKDIR --rewind-to-checkpoint $NESTEDPOOL 97 log_mustnot zpool checkpoint $NESTEDPOOL 98 log_mustnot zpool checkpoint -d $NESTEDPOOL
|
H A D | checkpoint_discard_many.ksh | 39 log_must zpool checkpoint $TESTPOOL 41 log_must zpool checkpoint -d $TESTPOOL 46 log_must zpool checkpoint $TESTPOOL 49 log_must zpool checkpoint -d $TESTPOOL
|
H A D | checkpoint_after_rewind.ksh | 43 log_must zpool checkpoint $TESTPOOL 47 log_must zpool import --rewind-to-checkpoint $TESTPOOL 50 log_must zpool checkpoint $TESTPOOL
|
H A D | checkpoint_discard.ksh | 41 log_must zpool checkpoint $TESTPOOL 45 log_must zpool checkpoint -d $TESTPOOL 48 log_mustnot zpool import --rewind-to-checkpoint $TESTPOOL
|
H A D | checkpoint_invalid.ksh | 62 log_mustnot zpool checkpoint ${all_args[j]} \ 74 log_mustnot zpool checkpoint -d $non_checkpointed 76 log_mustnot zpool import --rewind-to-checkpoint $non_checkpointed
|
H A D | checkpoint_twice.ksh | 36 log_must zpool checkpoint $TESTPOOL 37 log_mustnot zpool checkpoint $TESTPOOL
|
H A D | checkpoint_rewind.ksh | 40 log_must zpool checkpoint $TESTPOOL 45 log_must zpool import --rewind-to-checkpoint $TESTPOOL
|
H A D | checkpoint_big_rewind.ksh | 42 log_must zpool checkpoint $NESTEDPOOL 53 log_must zpool import -d $FILEDISKDIR --rewind-to-checkpoint $NESTEDPOOL
|
H A D | checkpoint_ro_rewind.ksh | 44 log_must zpool checkpoint $TESTPOOL 48 log_must zpool import -o readonly=on --rewind-to-checkpoint $TESTPOOL
|
H A D | checkpoint_vdev_add.ksh | 44 log_must zpool checkpoint $TESTPOOL 54 log_must zpool import --rewind-to-checkpoint $TESTPOOL
|
H A D | checkpoint_zhack_feat.ksh | 53 log_must zpool checkpoint $TESTPOOL 62 log_must zpool import --rewind-to-checkpoint $TESTPOOL
|
H A D | checkpoint_lun_expsz.ksh | 46 log_must zpool checkpoint $NESTEDPOOL 55 log_must zpool import -d $FILEDISKDIR --rewind-to-checkpoint $NESTEDPOOL
|
H A D | checkpoint_zdb.ksh | 57 log_must zpool checkpoint $TESTPOOL 89 log_must zpool checkpoint -d $TESTPOOL
|
H A D | checkpoint_sm_scale.ksh | 83 log_must zpool checkpoint $TESTPOOL1 88 log_mustnot zpool checkpoint $TESTPOOL2
|
H A D | checkpoint_capacity.ksh | 66 log_must zpool checkpoint $NESTEDPOOL 84 log_must zpool import -d $FILEDISKDIR --rewind-to-checkpoint $NESTEDPOOL
|
H A D | checkpoint_indirect.ksh | 49 log_must zpool checkpoint $NESTEDPOOL
|
H A D | checkpoint_open.ksh | 40 log_must zpool checkpoint $TESTPOOL
|
H A D | checkpoint_conf_change.ksh | 36 log_must zpool checkpoint $TESTPOOL
|
H A D | checkpoint_removal.ksh | 41 log_mustnot zpool checkpoint $TESTPOOL
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | spa_checkpoint.c | 479 uberblock_t checkpoint = spa->spa_ubsync; in spa_checkpoint_sync() local 495 ASSERT3U(checkpoint.ub_txg, ==, spa->spa_syncing_txg - 1); in spa_checkpoint_sync() 507 spa->spa_checkpoint_txg = checkpoint.ub_txg; in spa_checkpoint_sync() 508 spa->spa_checkpoint_info.sci_timestamp = checkpoint.ub_timestamp; in spa_checkpoint_sync() 510 checkpoint.ub_checkpoint_txg = checkpoint.ub_txg; in spa_checkpoint_sync() 514 &checkpoint, tx)); in spa_checkpoint_sync() 525 "checkpointed uberblock txg=%llu", checkpoint.ub_txg); in spa_checkpoint_sync()
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/mmp/ |
H A D | mmp_on_zdb.ksh | 62 log_must zpool checkpoint $TESTPOOL 67 log_must zpool checkpoint -d $TESTPOOL
|
/illumos-gate/usr/src/test/zfs-tests/tests/longevity/ |
H A D | slop_space_test.ksh | 150 log_must zpool checkpoint $NESTEDPOOL 246 log_must zpool checkpoint -d $NESTEDPOOL
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | pp.tab | 39 checkpoint 159 DUMP # do a checkpoint dump 169 LOADING # loading a checkpoint file
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | bsd-comp.c | 97 u_int checkpoint; /* when to next check the ratio */ member 188 db->checkpoint = CHECK_GAP; 210 if (db->in_count >= db->checkpoint) { 218 db->checkpoint = db->in_count + CHECK_GAP;
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_c.x | 117 % bool_t checkpoint();
|