Home
last modified time | relevance | path

Searched refs:eos_marker (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_send.c122 boolean_t eos_marker; /* Marks the end of the stream */ member
583 record->eos_marker = B_FALSE; in send_cb()
616 data->eos_marker = B_TRUE; in send_traverse_thread()
908 while (!to_data->eos_marker && err == 0) { in dmu_send_impl()
917 while (!to_data->eos_marker) { in dmu_send_impl()
1761 boolean_t eos_marker; /* Marks the end of the stream */ member
2793 for (rrd = bqueue_dequeue(&rwa->q); !rrd->eos_marker; in receive_writer_thread()
3004 ra.next_rrd->eos_marker = B_TRUE; in dmu_recv_stream()