Home
last modified time | relevance | path

Searched refs:large_block_ok (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,
50 boolean_t embedok, boolean_t large_block_ok, boolean_t compressok,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_send.c954 boolean_t embedok, boolean_t large_block_ok, boolean_t compressok, in dmu_send_impl() argument
1015 if ((large_block_ok || rawok) && in dmu_send_impl()
1219 boolean_t embedok, boolean_t large_block_ok, boolean_t compressok, 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()
1284 boolean_t large_block_ok, boolean_t compressok, boolean_t rawok, in dmu_send() argument
1365 embedok, large_block_ok, compressok, rawok, in dmu_send()
1369 embedok, large_block_ok, compressok, rawok, in dmu_send()
H A Dzfs_ioctl.c5151 boolean_t large_block_ok = (zc->zc_flags & 0x2); in zfs_ioc_send() local
5216 zc->zc_fromobj, embedok, large_block_ok, compressok, rawok, in zfs_ioc_send()