Difference between revisions of "Documentation/ZfsSend"

Jump to navigation Jump to search
no edit summary
Line 110: Line 110:
dmu_recv_stream performs the processing of the FREE, FREEOBJECTS, OBJECT, etc records that follow the BEGIN record. Using restore_read to read individual records, dmu_recv_stream loops until it reaches the END record or an error occurs. For each type of record it calls a different method which executes the operations on the dataset that receive has been provided.
dmu_recv_stream performs the processing of the FREE, FREEOBJECTS, OBJECT, etc records that follow the BEGIN record. Using restore_read to read individual records, dmu_recv_stream loops until it reaches the END record or an error occurs. For each type of record it calls a different method which executes the operations on the dataset that receive has been provided.


<center>
{| border="1" style="border-collapse:collapse; text-align: center; center"
{| border="1" style="border-collapse:collapse; text-align: center; center"
|-
|-
Line 130: Line 131:
| Anything else || Exit with EINVAL
| Anything else || Exit with EINVAL
|}
|}
</center>
90

edits

Navigation menu