Lines Matching refs:stream_nv
3379 nvlist_t *stream_nv) in recv_fix_encryption_hierarchy() argument
3385 stream_fss = fnvlist_lookup_nvlist(stream_nv, "fss"); in recv_fix_encryption_hierarchy()
3508 recvflags_t *flags, nvlist_t *stream_nv, avl_tree_t *stream_avl, in recv_incremental_replication() argument
3521 fromsnap = fnvlist_lookup_string(stream_nv, "fromsnap"); in recv_incremental_replication()
3523 recursive = (nvlist_lookup_boolean(stream_nv, "not_recursive") == in recv_incremental_replication()
3812 nvlist_t *stream_nv = NULL; in zfs_receive_package() local
3839 &stream_nv, flags->byteswap, zc); in zfs_receive_package()
3846 recursive = (nvlist_lookup_boolean(stream_nv, "not_recursive") == in zfs_receive_package()
3848 raw = (nvlist_lookup_boolean(stream_nv, "raw") == 0); in zfs_receive_package()
3885 (void) nvlist_lookup_string(stream_nv, "fromsnap", &fromsnap); in zfs_receive_package()
3890 stream_fss = fnvlist_lookup_nvlist(stream_nv, "fss"); in zfs_receive_package()
3930 stream_nv, stream_avl, renamed); in zfs_receive_package()
3985 sendfs, stream_nv, stream_avl, top_zfs, sendsnap, cmdprops); in zfs_receive_package()
3999 stream_nv, stream_avl, NULL); in zfs_receive_package()
4004 stream_nv); in zfs_receive_package()
4009 fnvlist_free(stream_nv); in zfs_receive_package()
4406 dmu_replay_record_t *drr_noswap, const char *sendfs, nvlist_t *stream_nv, in zfs_receive_one() argument
4452 recursive = (nvlist_lookup_boolean(stream_nv, "not_recursive") == in zfs_receive_one()
5429 nvlist_t *stream_nv, avl_tree_t *stream_avl, char **top_zfs, in zfs_receive_impl() argument
5553 &drr, &drr_noswap, sendfs, stream_nv, stream_avl, top_zfs, in zfs_receive_impl()