Searched refs:snapshot1 (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/ |
H A D | xattr_005_pos.ksh | 48 log_must zfs destroy $TESTPOOL/$TESTFS@snapshot1 60 log_must zfs snapshot $TESTPOOL/$TESTFS@snapshot1 61 log_must zfs clone $TESTPOOL/$TESTFS@snapshot1 $TESTPOOL/$TESTFS/clone
|
/freebsd/tests/sys/cddl/zfs/tests/xattr/ |
H A D | xattr_005_pos.ksh | 57 log_must $ZFS destroy $TESTPOOL/$TESTFS@snapshot1 69 log_must $ZFS snapshot $TESTPOOL/$TESTFS@snapshot1 70 log_must $ZFS clone $TESTPOOL/$TESTFS@snapshot1 $TESTPOOL/$TESTFS/clone
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | libzfs_input_check.c | 579 test_send_space(const char *snapshot1, const char *snapshot2) in test_send_space() argument 583 fnvlist_add_string(optional, "from", snapshot1); in test_send_space() 719 test_redact(const char *snapshot1, const char *snapshot2) in test_redact() argument 729 IOC_INPUT_TEST(ZFS_IOC_REDACT, snapshot1, required, NULL, 0); in test_redact() 734 strlcpy(bookmark, snapshot1, sizeof (bookmark)); in test_redact()
|