Searched refs:stream_nv (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_sendrecv.c | 3389 nvlist_t *stream_nv, avl_tree_t *stream_avl) in recv_fix_encryption_hierarchy() argument 3397 recursive = (nvlist_lookup_boolean(stream_nv, "not_recursive") == in recv_fix_encryption_hierarchy() 3550 recvflags_t *flags, nvlist_t *stream_nv, avl_tree_t *stream_avl, in recv_incremental_replication() argument 3566 fromsnap = fnvlist_lookup_string(stream_nv, "fromsnap"); in recv_incremental_replication() 3568 recursive = (nvlist_lookup_boolean(stream_nv, "not_recursive") == in recv_incremental_replication() 3855 nvlist_t *stream_nv = NULL; in zfs_receive_package() local 3882 &stream_nv, flags->byteswap, zc); in zfs_receive_package() 3889 recursive = (nvlist_lookup_boolean(stream_nv, "not_recursive") == in zfs_receive_package() 3891 raw = (nvlist_lookup_boolean(stream_nv, "raw") == 0); in zfs_receive_package() 3928 (void) nvlist_lookup_string(stream_nv, "fromsnap", &fromsnap); in zfs_receive_package() [all …]
|