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

/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c3102 nvlist_t *snaps, *props, *stream_nvfs = NULL; local
3111 stream_nvfs = fnvpair_value_nvlist(fselem);
3112 snaps = fnvlist_lookup_nvlist(stream_nvfs, "snaps");
3113 props = fnvlist_lookup_nvlist(stream_nvfs, "props");
3114 stream_encroot = nvlist_exists(stream_nvfs, "is_encroot");
3257 nvlist_t *stream_nvfs = NULL; local
3283 stream_nvfs = fsavl_find(stream_avl, thisguid, NULL);
3285 if (stream_nvfs != NULL)
3290 (void) nvlist_lookup_uint64(stream_nvfs, "origin",
3292 if (stream_nvfs
[all...]

Completed in 81 milliseconds