FreeBSD ZFS
The Zettabyte File System
Data Fields

dsl_ds_destroyarg Struct Reference

#include <dsl_dataset.h>

Collaboration diagram for dsl_ds_destroyarg:
Collaboration graph
[legend]

Data Fields

dsl_dataset_tds
 ds to destroy
dsl_dataset_trm_origin
 also remove our origin?
boolean_t is_origin_rm
 set if removing origin snap
boolean_t defer
 destroy -d requested?
boolean_t releasing
 destroying due to release?
boolean_t need_prep
 do we need to retry due to EBUSY?

Detailed Description

Definition at line 196 of file dsl_dataset.h.


Field Documentation

destroy -d requested?

Definition at line 200 of file dsl_dataset.h.

ds to destroy

Definition at line 197 of file dsl_dataset.h.

set if removing origin snap

Definition at line 199 of file dsl_dataset.h.

do we need to retry due to EBUSY?

Definition at line 202 of file dsl_dataset.h.

destroying due to release?

Definition at line 201 of file dsl_dataset.h.

also remove our origin?

Definition at line 198 of file dsl_dataset.h.


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines