Home
last modified time | relevance | path

Searched refs:child_fs (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_003_pos.ksh79 child_fs=$ctr/$TESTFS1
85 child_fs_snap=$child_fs@snap
105 for fs in $child_fs $child_fs1; do
109 log_must zfs set mountpoint=$child_fs_mntp $child_fs
134 for obj in $child_fs $child_fs1 $ctr $ctr1; do
/illumos-gate/usr/src/lib/libbe/common/
H A Dbe_create.c111 char child_fs[MAXPATHLEN]; in be_init() local
303 (void) snprintf(child_fs, sizeof (child_fs), "%s%s", 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()
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()
[all …]