Lines Matching refs:dataset

85  *		Also data, such as dataset and snapshot properties,
261 * zone_be_container_ds - The dataset for the zone.
297 "the zone BE dataset %s: %s\n"), zone_be_container_ds,
336 * zlp - handle to the first zfs dataset. (provided by the
363 * Generate string for the BE container dataset
369 * If a BE name was specified we use it's root dataset in place of
370 * the container dataset. This is because we only want to collect
375 * Generate string for the BE root dataset
384 * Check if the dataset exists
388 * The specified dataset does not exist in this pool or
397 "the BE dataset %s: %s\n"), open_ds,
444 * zhp - handle to the first zfs dataset. (provided by the
469 * get past the end of the container dataset plus the trailing "/"
524 * If this is a zone root dataset then we only need
558 * the new dataset.
669 /* build array of linked list dataset struct ptrs */
741 * Description: lexical compare of dataset names for qsort(3C)
767 * zhp - Handle to the root dataset for the BE whose information
773 * be_ds - The dataset name for the BE.
817 "copy root dataset name\n"));
894 * If the dataset is mounted use the mount point
896 * dataset is not mounted then pull the mount
959 * Increment the dataset counter to include the root dataset
970 * the dataset related information that will be returned by
973 * zhp - Handle to the zfs dataset whose information we're
975 * name - The name of the dataset we're processing.
976 * dataset - A pointer to the be_dataset_list structure
978 * node - The node structure that this dataset belongs to.
989 be_dataset_list_t *dataset,
998 if (zfshp == NULL || name == NULL || dataset == NULL || node == NULL) {
1006 dataset->be_dataset_name = strdup(name);
1009 "dataset name\n"));
1013 dataset->be_ds_space_used = zfs_prop_get_int(zfshp, ZFS_PROP_USED);
1016 * If the dataset is mounted use the mount point
1018 * dataset is not mounted then pull the mount
1021 if (!(dataset->be_ds_mounted = zfs_is_mounted(zfshp,
1022 &(dataset->be_ds_mntpt)))) {
1026 dataset->be_ds_mntpt = strdup(prop_buf);
1030 dataset->be_ds_creation =
1038 dataset->be_ds_plcy_type =
1044 dataset->be_ds_plcy_type =
1052 dataset->be_ds_plcy_type
1055 dataset->be_ds_plcy_type = strdup(prop_str);
1066 * the dataset related information that will be returned by