Lines Matching refs:received

581 	boolean_t received;
633 send_iterate_props(zhp, sd->received, nv);
660 send_iterate_props(zhp, sd->received, nv);
674 send_iterate_props(zfs_handle_t *zhp, boolean_t received, nvlist_t *nv)
682 * 'zfs send -b' sends received rather than effective property values.
683 * It is an error to send received properties before pool version 22,
686 ASSERT(!received || (zfs_spa_version(zhp, &spa_version) != 0) ||
691 * received on or after pool version 22 (received properties). If that
696 * which the original properties are the effective and not the received
702 props = (received && zfs_prop_get_int(zhp, ZFS_PROP_HASRECVD) == 1)
830 send_iterate_props(zhp, sd->received, nv);
871 const char *tosnap, boolean_t recursive, boolean_t received,
886 sd.received = received;
1483 if (flags.received && spa_version < SPA_VERSION_RECVD_PROPS) {
1485 "sending received properties is not supported on "
1490 if (flags.replicate || flags.received)
1552 flags.received, &fss, &fsavl);
2734 * override the received value.
2756 * Property settings specified on the command line override received
2757 * values, so what we received makes no difference to the prediction if
3023 * The top level received dataset includes the first path
3465 * Can't share until the received datasets are
3470 shareflags.received = B_TRUE;
3650 (void) printf("received %sB stream in %lu seconds (%sB/sec)\n",
3675 "cannot override received %s"), propname);
3792 * destroyed/renamed/promoted, -1 if some things couldn't be received.
3837 /* mount and share received datasets */