Home
last modified time | relevance | path

Searched refs:snapshot1 (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/xattr/
H A Dxattr_005_pos.ksh48 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 Dxattr_005_pos.ksh57 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 Dlibzfs_input_check.c579 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()