Searched refs:embedok (Results 1 – 3 of 3) sorted by relevance
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | dmu_send.h | 43 int dmu_send(const char *tosnap, const char *fromsnap, boolean_t embedok, 51 boolean_t embedok, boolean_t large_block_ok,
|
/titanic_41/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 730 if (embedok && 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() 927 dmu_send(const char *tosnap, const char *fromsnap, boolean_t embedok, 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 embedok = (zc->zc_flags & 0x1); in zfs_ioc_send() local 4421 zc->zc_fromobj, embedok, large_block_ok, in zfs_ioc_send() 5365 boolean_t embedok; in zfs_ioc_send_new() local 5376 embedok = nvlist_exists(innvl, "embedok"); in zfs_ioc_send_new() 5386 error = dmu_send(snapname, fromname, embedok, largeblockok, fd, in zfs_ioc_send_new()
|