Searched defs:newfs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c3033 boolean_t newfs = B_FALSE; local
3310 * If we are resuming a newfs, set newfs here so that we will
3312 * that it was a newfs on the first recv because the fs
3318 newfs = B_TRUE;
3349 newfs = B_TRUE;
3491 if (newfs) {
3530 if (cp && (ioctl_err == 0 || !newfs)) {
3539 } else if (newfs || stream_avl) {

Completed in 69 milliseconds