Searched refs:is_clone (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddmu_send.c790 zfs_bookmark_phys_t *ancestor_zb, boolean_t is_clone,
860 if (is_clone)
1021 boolean_t is_clone; local
1035 is_clone = (fromds->ds_dir != ds->ds_dir);
1037 err = dmu_send_impl(FTAG, dp, ds, &zb, is_clone,
1086 boolean_t is_clone = B_FALSE; local
1096 is_clone = B_TRUE;
1110 is_clone = (ds->ds_dir != fromds->ds_dir);
1121 err = dmu_send_impl(FTAG, dp, ds, &zb, is_clone,
789 dmu_send_impl(void *tag, dsl_pool_t *dp, dsl_dataset_t *to_ds, zfs_bookmark_phys_t *ancestor_zb, boolean_t is_clone, boolean_t embedok, boolean_t large_block_ok, boolean_t compressok, int outfd, uint64_t resumeobj, uint64_t resumeoff, vnode_t *vp, offset_t *off) argument

Completed in 122 milliseconds