Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2696 nvlist_t *snaps, *props, *stream_nvfs = NULL; in recv_fix_encryption_hierarchy() local
2705 VERIFY(0 == nvpair_value_nvlist(fselem, &stream_nvfs)); in recv_fix_encryption_hierarchy()
2706 VERIFY(0 == nvlist_lookup_nvlist(stream_nvfs, "snaps", &snaps)); in recv_fix_encryption_hierarchy()
2707 VERIFY(0 == nvlist_lookup_nvlist(stream_nvfs, "props", &props)); in recv_fix_encryption_hierarchy()
2708 stream_encroot = nvlist_exists(stream_nvfs, "is_encroot"); in recv_fix_encryption_hierarchy()
2849 nvlist_t *stream_nvfs = NULL; in recv_incremental_replication() local
2875 stream_nvfs = fsavl_find(stream_avl, thisguid, NULL); in recv_incremental_replication()
2877 if (stream_nvfs != NULL) in recv_incremental_replication()
2882 (void) nvlist_lookup_uint64(stream_nvfs, "origin", in recv_incremental_replication()
2884 if (stream_nvfs && originguid != stream_originguid) { in recv_incremental_replication()
[all …]