Lines Matching refs:fs

430  * Routines for dealing with the AVL tree of fs-nvlists
569 * Routines for dealing with the giant nvlist of fs-nvlists, etc.
623 * NB: if there is no fromsnap here (it's a newly created fs in
853 /* add this fs to nvlist */
1058 "not an earlier snapshot from the same fs"));
1287 * If this fs does not have fromsnap, and we're doing
2083 * First find the stream's fs, so we can check for
2328 (void) printf("local fs %s does not have "
2362 * because the parent is a newly-created fs;
2364 * new fs.
2376 (void) printf("local fs %s new parent "
2566 * Get the fs specified by the first path in the stream (the top level
2595 * Now that we have the fs's they sent us, try the
2814 nvlist_t *fs;
2819 fs = fsavl_find(stream_avl, ZFS_TYPE_SNAPSHOT, toguid, NULL);
2825 if (nvlist_lookup_nvlist(fs, "props", &recvdprops) != 0)
2993 * tack on everything after the fs specified by 'zfs send'.
3075 * if the parent fs does not exist, look for it based on
3101 * if the fs does not exist, look for it based on the
3113 * topmost path in the stream, then if the fs does not exist we
3140 * Destination fs exists. Therefore this should either
3141 * be an incremental, or the stream specifies a new fs
3332 nvlist_t *fs = fsavl_find(stream_avl, ZFS_TYPE_SNAPSHOT,
3337 (void) nvlist_lookup_uint64(fs, "parentfromsnap",
3339 err = nvlist_lookup_nvlist(fs, "props", &recvdprops);
3357 if (0 == nvlist_lookup_nvlist(fs, "snapprops", &recvdprops)) {
3418 nvlist_t *fs;
3421 fs = fsavl_find(stream_avl, ZFS_TYPE_SNAPSHOT,
3424 if (0 == nvlist_lookup_nvlist(fs, "shareprops", &shares)) {
3496 nvlist_t *local_nv, *fs;
3501 * this fs. Also if zc_value does not exist, we will
3508 fs = fsavl_find(local_avl, ZFS_TYPE_SNAPSHOT,
3513 if (fs != NULL) {
3547 /* it's the containing fs that exists */
3598 * Track the first/top of hierarchy fs,
3703 zfs_error_aux(hdl, dgettext(TEXT_DOMAIN, "specified fs "
3770 * the fs specified by 'zfs send'.