Searched refs:large_block_ok (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/include/sys/ |
| HD | dmu_send.h | 52 boolean_t large_block_ok, boolean_t compressok, boolean_t rawok, 60 boolean_t embedok, boolean_t large_block_ok, boolean_t compressok,
|
| /freebsd-14-stable/sys/contrib/openzfs/module/zfs/ |
| HD | dmu_send.c | 1933 boolean_t large_block_ok; member 1967 if ((dspp->rawok || dspp->large_block_ok) && in setup_featureflags() 2641 boolean_t embedok, boolean_t large_block_ok, boolean_t compressok, in dmu_send_obj() argument 2650 dspp.large_block_ok = large_block_ok; in dmu_send_obj() 2731 boolean_t large_block_ok, boolean_t compressok, boolean_t rawok, in dmu_send() argument 2746 dspp.large_block_ok = large_block_ok; in dmu_send()
|
| HD | zfs_ioctl.c | 5563 boolean_t large_block_ok = (zc->zc_flags & 0x2); in zfs_ioc_send() local 5634 zc->zc_fromobj, embedok, large_block_ok, compressok, in zfs_ioc_send()
|