Lines Matching refs:rawok
955 boolean_t rawok, int outfd, uint64_t resumeobj, uint64_t resumeoff, in dmu_send_impl() argument
978 if (!rawok && os->os_encrypted && in dmu_send_impl()
1015 if ((large_block_ok || rawok) && in dmu_send_impl()
1022 if ((embedok || rawok) && !os->os_encrypted && in dmu_send_impl()
1028 if (compressok || rawok) in dmu_send_impl()
1030 if (rawok && os->os_encrypted) in dmu_send_impl()
1154 if (rawok) in dmu_send_impl()
1220 boolean_t rawok, int outfd, vnode_t *vp, offset_t *off) in dmu_send_obj() argument
1228 dsflags = (rawok) ? DS_HOLD_FLAG_NONE : DS_HOLD_FLAG_DECRYPT; in dmu_send_obj()
1271 embedok, large_block_ok, compressok, rawok, outfd, in dmu_send_obj()
1275 embedok, large_block_ok, compressok, rawok, outfd, in dmu_send_obj()
1284 boolean_t large_block_ok, boolean_t compressok, boolean_t rawok, in dmu_send() argument
1294 dsflags = (rawok) ? DS_HOLD_FLAG_NONE : DS_HOLD_FLAG_DECRYPT; in dmu_send()
1365 embedok, large_block_ok, compressok, rawok, in dmu_send()
1369 embedok, large_block_ok, compressok, rawok, in dmu_send()