Searched refs:large_block_ok (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/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,
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dmu_send.c | 1916 boolean_t large_block_ok; member 1951 if ((dspp->rawok || dspp->large_block_ok) && in setup_featureflags() 2623 boolean_t embedok, boolean_t large_block_ok, boolean_t compressok, in dmu_send_obj() argument 2632 dspp.large_block_ok = large_block_ok; in dmu_send_obj() 2709 boolean_t large_block_ok, boolean_t compressok, boolean_t rawok, in dmu_send() argument 2724 dspp.large_block_ok = large_block_ok; in dmu_send()
|
| H A D | zfs_ioctl.c | 5385 boolean_t large_block_ok = (zc->zc_flags & 0x2); in zfs_ioc_send() local 5456 zc->zc_fromobj, embedok, large_block_ok, compressok, in zfs_ioc_send()
|