Searched refs:stream_nvfs (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_sendrecv.c | 2697 nvlist_t *snaps, *props, *stream_nvfs = NULL; in recv_fix_encryption_hierarchy() local 2706 VERIFY(0 == nvpair_value_nvlist(fselem, &stream_nvfs)); in recv_fix_encryption_hierarchy() 2707 VERIFY(0 == nvlist_lookup_nvlist(stream_nvfs, "snaps", &snaps)); in recv_fix_encryption_hierarchy() 2708 VERIFY(0 == nvlist_lookup_nvlist(stream_nvfs, "props", &props)); in recv_fix_encryption_hierarchy() 2709 stream_encroot = nvlist_exists(stream_nvfs, "is_encroot"); in recv_fix_encryption_hierarchy() 2850 nvlist_t *stream_nvfs = NULL; in recv_incremental_replication() local 2876 stream_nvfs = fsavl_find(stream_avl, thisguid, NULL); in recv_incremental_replication() 2878 if (stream_nvfs != NULL) in recv_incremental_replication() 2883 (void) nvlist_lookup_uint64(stream_nvfs, "origin", in recv_incremental_replication() 2885 if (stream_nvfs && originguid != stream_originguid) { in recv_incremental_replication() [all …]
|