Searched refs:sendfs (Results 26 - 33 of 33) sorted by relevance

12

/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redacted_send/
H A Dredacted.kshlib37 typeset sendfs="$POOL/$ds_name"
40 log_must zfs create $opts $sendfs
42 $file_create_func $sendfs
44 log_must zfs snapshot $sendfs@snap
45 log_must zfs clone $opts $sendfs@snap $POOL/${ds_name}_clone
51 typeset sendfs=$1
53 typeset mntpnt=$(get_prop mountpoint $sendfs)
54 typeset bs=$(get_prop recsize $sendfs)
61 typeset sendfs=$1
64 typeset mntpnt=$(get_prop mountpoint $sendfs)
[all...]
H A Dredacted_mounts.ksh35 typeset sendfs="$POOL/$ds_name"
36 typeset sendvol="$sendfs/vol"
45 typeset send_mnt="$(get_prop mountpoint $sendfs)"
49 log_onexit redacted_cleanup $sendfs $recvfs $recvvol
60 log_must zfs redact $sendfs@snap book1 $clone@snap
61 log_must eval "zfs send --redact book1 $sendfs@snap >$stream"
99 log_must zfs snapshot $sendfs@snap2
100 log_must eval "zfs send -i $sendfs#book1 $sendfs@snap2 >$stream"
H A Dredacted_disabled_feature.ksh34 typeset sendfs="$POOL/$ds_name"
48 redacted_cleanup $sendfs $recvfs
65 log_must zfs redact $sendfs@snap book1 $clone@snap
66 log_must eval "zfs send --redact book1 $sendfs@snap >$stream"
H A Dredacted_origin.ksh36 typeset sendfs="$POOL/$ds_name"
40 typeset dsA=$sendfs@snap0
48 log_onexit redacted_cleanup $sendfs $POOL2/rBCD $POOL2/targfs \
81 log_must eval "zfs send -i $sendfs#BC $dsF >$stream"
84 log_must eval "zfs send -i $sendfs#E $dsF >$stream"
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/
H A Dzfs_receive_new_props.ksh57 sendfs="$poolname/fs"
70 log_must zfs create -o filesystem_limit=100 "$sendfs"
71 log_must zfs snapshot "$sendfs@a"
73 log_must zfs send -R "$sendfs@a" >"$streamfile"
/freebsd-13-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend.kshlib617 sendfs=$1
621 /$sendfs/.zfs/snapshot/a ]]; then
622 diff -r /$recvfs/.zfs/snapshot/a /$sendfs/.zfs/snapshot/a
626 /$sendfs/.zfs/snapshot/b ]]; then
627 diff -r /$recvfs/.zfs/snapshot/b /$sendfs/.zfs/snapshot/b
691 typeset sendfs=$1
694 typeset sendpool=${sendfs%%/*}
697 datasetexists $sendfs && log_must_busy zfs destroy -r $sendpool
701 if datasetexists $sendfs || zfs create -o compress=lz4 $sendfs; the
[all...]
H A Dsend-c_mixed_compression.ksh35 send_ds=$POOL2/sendfs
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c3532 char sendfs[ZFS_MAX_DATASET_NAME_LEN]; local
3676 (void) strlcpy(sendfs, drr->drr_u.drr_begin.drr_toname,
3677 sizeof (sendfs));
3678 if ((cp = strchr(sendfs, '@')) != NULL) {
3699 sendfs, stream_nv, stream_avl, top_zfs, sendsnap, cmdprops);
4095 dmu_replay_record_t *drr_noswap, const char *sendfs, nvlist_t *stream_nv,
4219 chopprefix = strrchr(sendfs, '/');
4232 chopprefix = drrb->drr_toname + (chopprefix - sendfs);
4255 chopprefix = drrb->drr_toname + strlen(sendfs);
4268 ASSERT(strstr(drrb->drr_toname, sendfs)
4093 zfs_receive_one(libzfs_handle_t *hdl, int infd, const char *tosnap, const char *originsnap, recvflags_t *flags, dmu_replay_record_t *drr, dmu_replay_record_t *drr_noswap, const char *sendfs, nvlist_t *stream_nv, avl_tree_t *stream_avl, char **top_zfs, const char *finalsnap, nvlist_t *cmdprops) argument
4999 zfs_receive_impl(libzfs_handle_t *hdl, const char *tosnap, const char *originsnap, recvflags_t *flags, int infd, const char *sendfs, nvlist_t *stream_nv, avl_tree_t *stream_avl, char **top_zfs, const char *finalsnap, nvlist_t *cmdprops) argument
[all...]

Completed in 44 milliseconds

12