Lines Matching defs:stream_nvfs
3390 nvlist_t *snaps, *props, *stream_nvfs = NULL;
3399 stream_nvfs = fnvpair_value_nvlist(fselem);
3400 snaps = fnvlist_lookup_nvlist(stream_nvfs, "snaps");
3401 props = fnvlist_lookup_nvlist(stream_nvfs, "props");
3402 stream_encroot = nvlist_exists(stream_nvfs, "is_encroot");
3545 nvlist_t *stream_nvfs = NULL;
3571 stream_nvfs = fsavl_find(stream_avl, thisguid, NULL);
3573 if (stream_nvfs != NULL)
3578 (void) nvlist_lookup_uint64(stream_nvfs, "origin",
3580 if (stream_nvfs && originguid != stream_originguid) {
3648 stream_nvfs = found;
3650 if (0 == nvlist_lookup_nvlist(stream_nvfs, "snapprops",
3688 if (stream_nvfs == NULL) {
3714 stream_fsname = fnvlist_lookup_string(stream_nvfs, "name");
3716 stream_nvfs, "parentfromsnap");