Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c4433 nvlist_t *rcvprops = NULL; /* props received from the send stream */ in zfs_receive_one() local
4466 err = nvlist_lookup_nvlist(fs, "props", &rcvprops); in zfs_receive_one()
4468 rcvprops = fnvlist_alloc(); in zfs_receive_one()
4480 err = nvlist_lookup_string(rcvprops, in zfs_receive_one()
4484 (void) nvlist_remove_all(rcvprops, in zfs_receive_one()
4489 fnvlist_add_uint64(rcvprops, in zfs_receive_one()
4492 fnvlist_free(rcvprops); in zfs_receive_one()
4493 rcvprops = NULL; in zfs_receive_one()
4989 stream_wantsnewfs, raw, toplevel, rcvprops, cmdprops, origprops, in zfs_receive_one()
5003 if (stream_wantsnewfs && !raw && rcvprops != NULL && in zfs_receive_one()
[all …]