Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_send.h43 boolean_t large_block_ok, boolean_t compressok, boolean_t rawok, int outfd,
51 boolean_t rawok, int outfd, struct vnode *vp, offset_t *off);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c978 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
1271 embedok, large_block_ok, compressok, rawok, outfd, in dmu_send_obj()
1275 embedok, large_block_ok, compressok, rawok, outfd, in dmu_send_obj()
1365 embedok, large_block_ok, compressok, rawok, in dmu_send()
[all …]
H A Dzfs_ioctl.c5160 boolean_t rawok = (zc->zc_flags & 0x8); in zfs_ioc_send() local
5209 error = dmu_send_estimate(tosnap, fromsnap, compressok || rawok, in zfs_ioc_send()
5223 zc->zc_fromobj, embedok, large_block_ok, compressok, rawok, in zfs_ioc_send()
6289 boolean_t rawok; in zfs_ioc_send_new() local
6300 rawok = nvlist_exists(innvl, "rawok"); in zfs_ioc_send_new()
6311 rawok, fd, resumeobj, resumeoff, fp->f_vnode, &off); in zfs_ioc_send_new()
6355 boolean_t rawok; in zfs_ioc_send_space() local
6369 rawok = nvlist_exists(innvl, "rawok"); in zfs_ioc_send_space()
6384 compressok || rawok, &space); in zfs_ioc_send_space()
6399 frombm.zbm_creation_txg, compressok || rawok, in zfs_ioc_send_space()
[all …]