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

/freebsd-10.3-release/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_sendrecv.c2326 nvlist_t *stream_nvfs = NULL; local
2352 stream_nvfs = fsavl_find(stream_avl, thisguid, NULL);
2354 if (stream_nvfs != NULL)
2359 (void) nvlist_lookup_uint64(stream_nvfs, "origin",
2361 if (stream_nvfs && originguid != stream_originguid) {
2435 stream_nvfs = found;
2437 if (0 == nvlist_lookup_nvlist(stream_nvfs, "snapprops",
2477 if (stream_nvfs == NULL) {
2502 VERIFY(0 == nvlist_lookup_string(stream_nvfs,
2504 VERIFY(0 == nvlist_lookup_uint64(stream_nvfs,
[all...]

Completed in 113 milliseconds