Searched refs:large_block_ok (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | dmu_send.h | 53 boolean_t large_block_ok, boolean_t compressok, boolean_t rawok, 61 boolean_t embedok, boolean_t large_block_ok, boolean_t compressok,
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dmu_send.c | 1936 boolean_t large_block_ok; member 1970 if ((dspp->rawok || dspp->large_block_ok) && in setup_featureflags() 2659 boolean_t embedok, boolean_t large_block_ok, boolean_t compressok, in dmu_send_obj() argument 2668 dspp.large_block_ok = large_block_ok; in dmu_send_obj() 2749 boolean_t large_block_ok, boolean_t compressok, boolean_t rawok, in dmu_send() argument 2764 dspp.large_block_ok = large_block_ok; in dmu_send()
|
H A D | zfs_ioctl.c | 5811 boolean_t large_block_ok = (zc->zc_flags & 0x2); in zfs_ioc_send() local 5879 zc->zc_fromobj, embedok, large_block_ok, compressok, in zfs_ioc_send()
|