Lines Matching defs:rawok
1937 boolean_t rawok;
1969 if ((dspp->rawok || dspp->large_block_ok) &&
1975 if ((dspp->embedok || dspp->rawok) && !os->os_encrypted &&
1981 if (dspp->compressok || dspp->rawok)
1984 if (dspp->rawok && os->os_encrypted)
2078 dmu_sendstatus_t *dssp, uint64_t fromtxg, boolean_t rawok)
2088 if (rawok)
2399 if (!dspp->rawok && os->os_encrypted &&
2562 setup_to_thread(to_arg, os, dssp, fromtxg, dspp->rawok);
2659 boolean_t rawok, boolean_t savedok, int outfd, offset_t *off,
2673 dspp.rawok = rawok;
2676 dsflags = (rawok) ? DS_HOLD_FLAG_NONE : DS_HOLD_FLAG_DECRYPT;
2748 boolean_t large_block_ok, boolean_t compressok, boolean_t rawok,
2760 dsflags = (rawok) ? DS_HOLD_FLAG_NONE : DS_HOLD_FLAG_DECRYPT;
2771 dspp.rawok = rawok;