Searched refs:large_block_ok (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu_send.h | 44 boolean_t large_block_ok, int outfd, uint64_t resumeobj, uint64_t resumeoff, 51 boolean_t embedok, boolean_t large_block_ok,
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dmu_send.c | 690 boolean_t is_clone, boolean_t embedok, boolean_t large_block_ok, int outfd, in dmu_send_impl() argument 728 if (large_block_ok && to_ds->ds_feature_inuse[SPA_FEATURE_LARGE_BLOCKS]) in dmu_send_impl() 880 boolean_t embedok, boolean_t large_block_ok, in dmu_send_obj() argument 917 embedok, large_block_ok, outfd, 0, 0, vp, off); in dmu_send_obj() 920 embedok, large_block_ok, outfd, 0, 0, vp, off); in dmu_send_obj() 928 boolean_t large_block_ok, int outfd, uint64_t resumeobj, uint64_t resumeoff, in dmu_send() argument 996 embedok, large_block_ok, in dmu_send() 1000 embedok, large_block_ok, in dmu_send()
|
H A D | zfs_ioctl.c | 4358 boolean_t large_block_ok = (zc->zc_flags & 0x2); in zfs_ioc_send() local 4420 zc->zc_fromobj, embedok, large_block_ok, in zfs_ioc_send()
|