Lines Matching refs:received

2141  * zc_nvlist_dst	received property nvlist
2142 * zc_nvlist_dst_size size of received property nvlist
2144 * Gets received properties (distinct from local properties on or after
2145 * SPA_VERSION_RECVD_PROPS) for callers who want to differentiate received from
2156 * caller has not already received properties on or after
2829 * Acts on local properties until the dataset has received
2845 * zc_cookie received properties flag
2848 * zc_nvlist_dst{_size} error for each unapplied received property
2854 boolean_t received = zc->zc_cookie;
2855 zprop_source_t source = (received ? ZPROP_SRC_RECEIVED :
2864 if (received) {
2893 * zc_cookie revert to received value if TRUE
2902 boolean_t received = zc->zc_cookie;
2903 zprop_source_t source = (received
2904 ? ZPROP_SRC_NONE /* revert to received value, if any */
2911 if (!received) {
2913 * Only check this in the non-received case. We want to allow
2915 * and reservation to the received or default values even though
4895 return; /* all props need to be received */
4906 goto next; /* need to set received value */
4908 /* don't clear the existing received value */
4923 * the older/earlier snapshot from being received (with EDQUOT).
5008 nvlist_t *origrecvd = NULL; /* existing received properties */
5041 * If new received properties are supplied, they are to
5042 * completely replace the existing received properties,
5151 * If the dataset was not redacted, but we received a
5221 * We failed to clear the received properties.
5284 /* Skip received properties */
5333 * zc_nvlist_dst{_size} error for each unapplied received property
5405 * (optional) "props" -> received properties to set (nvlist)
5421 * "errors" -> error for each unapplied received property (nvlist)
6615 * presence indicates we should send a partially received snapshot