Searched refs:eos_marker (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c102 boolean_t eos_marker; /* Marks the end of the stream */ member in struct:send_block_record
575 record->eos_marker = B_FALSE;
608 data->eos_marker = B_TRUE;
939 while (!to_data->eos_marker && err == 0) {
948 while (!to_data->eos_marker) {
1866 boolean_t eos_marker; /* Marks the end of the stream */ member in struct:receive_record_arg
2924 for (rrd = bqueue_dequeue(&rwa->q); !rrd->eos_marker;
3135 ra.next_rrd->eos_marker = B_TRUE;

Completed in 71 milliseconds