Home
last modified time | relevance | path

Searched refs:embedok (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/
H A Ddmu_send.h43 int dmu_send(const char *tosnap, const char *fromsnap, boolean_t embedok,
55 boolean_t embedok, boolean_t large_block_ok,
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddmu_send.c768 boolean_t is_clone, boolean_t embedok, boolean_t large_block_ok, int outfd, in dmu_send_impl() argument
812 if (embedok && in dmu_send_impl()
966 boolean_t embedok, boolean_t large_block_ok, in dmu_send_obj() argument
1007 embedok, large_block_ok, outfd, 0, 0, fp, off); in dmu_send_obj()
1010 embedok, large_block_ok, outfd, 0, 0, fp, off); in dmu_send_obj()
1017 dmu_send(const char *tosnap, const char *fromsnap, boolean_t embedok, in dmu_send() argument
1090 embedok, large_block_ok, in dmu_send()
1094 embedok, large_block_ok, in dmu_send()
H A Dzfs_ioctl.c4619 boolean_t embedok = (zc->zc_flags & 0x1); in zfs_ioc_send() local
4690 zc->zc_fromobj, embedok, large_block_ok, in zfs_ioc_send()
5687 boolean_t embedok; in zfs_ioc_send_new() local
5698 embedok = nvlist_exists(innvl, "embedok"); in zfs_ioc_send_new()
5714 error = dmu_send(snapname, fromname, embedok, largeblockok, fd, in zfs_ioc_send_new()