Lines Matching refs:child_fs
111 char child_fs[MAXPATHLEN]; in be_init() local
303 (void) snprintf(child_fs, sizeof (child_fs), "%s%s", in be_init()
307 if (zfs_create(g_zfs, child_fs, ZFS_TYPE_FILESYSTEM, in be_init()
310 "BE's child dataset (%s): %s\n"), child_fs, in be_init()
329 (void) snprintf(child_fs, sizeof (child_fs), "%s%s", in be_init()
343 if (zfs_dataset_exists(g_zfs, child_fs, in be_init()
347 if (zfs_create(g_zfs, child_fs, ZFS_TYPE_FILESYSTEM, in be_init()
351 child_fs, libzfs_error_description(g_zfs)); in be_init()
3030 char *child_fs = NULL; in be_prep_clone_send_fs() local
3044 child_fs = zhp_name + strlen(bt->obe_root_ds); in be_prep_clone_send_fs()
3050 if (child_fs == NULL) in be_prep_clone_send_fs()
3051 child_fs = ""; in be_prep_clone_send_fs()
3060 child_fs); in be_prep_clone_send_fs()