Searched refs:stream_nvfs (Results 1 – 1 of 1) sorted by relevance
3390 nvlist_t *snaps, *props, *stream_nvfs = NULL; in recv_fix_encryption_hierarchy() local3399 stream_nvfs = fnvpair_value_nvlist(fselem); in recv_fix_encryption_hierarchy()3400 snaps = fnvlist_lookup_nvlist(stream_nvfs, "snaps"); in recv_fix_encryption_hierarchy()3401 props = fnvlist_lookup_nvlist(stream_nvfs, "props"); in recv_fix_encryption_hierarchy()3402 stream_encroot = nvlist_exists(stream_nvfs, "is_encroot"); in recv_fix_encryption_hierarchy()3545 nvlist_t *stream_nvfs = NULL; in recv_incremental_replication() local3571 stream_nvfs = fsavl_find(stream_avl, thisguid, NULL); in recv_incremental_replication()3573 if (stream_nvfs != NULL) in recv_incremental_replication()3578 (void) nvlist_lookup_uint64(stream_nvfs, "origin", in recv_incremental_replication()3580 if (stream_nvfs && originguid != stream_originguid) { in recv_incremental_replication()[all …]