Lines Matching refs:stream_nvfs
3390 nvlist_t *snaps, *props, *stream_nvfs = NULL; in recv_fix_encryption_hierarchy() local
3399 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() local
3571 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()
3648 stream_nvfs = found; in recv_incremental_replication()
3650 if (0 == nvlist_lookup_nvlist(stream_nvfs, "snapprops", in recv_incremental_replication()
3688 if (stream_nvfs == NULL) { in recv_incremental_replication()
3714 stream_fsname = fnvlist_lookup_string(stream_nvfs, "name"); in recv_incremental_replication()
3716 stream_nvfs, "parentfromsnap"); in recv_incremental_replication()