FreeBSD ZFS
The Zettabyte File System
|
#include <dsl_dataset.h>
Data Fields | |
dsl_sync_task_group_t * | dstg |
char * | htag |
char * | snapname |
boolean_t | recursive |
boolean_t | gotone |
boolean_t | temphold |
char | failed [MAXPATHLEN] |
Definition at line 211 of file dsl_dataset.h.
Definition at line 212 of file dsl_dataset.h.
char dsl_ds_holdarg::failed[MAXPATHLEN] |
Definition at line 218 of file dsl_dataset.h.
boolean_t dsl_ds_holdarg::gotone |
Definition at line 216 of file dsl_dataset.h.
char* dsl_ds_holdarg::htag |
Definition at line 213 of file dsl_dataset.h.
boolean_t dsl_ds_holdarg::recursive |
Definition at line 215 of file dsl_dataset.h.
char* dsl_ds_holdarg::snapname |
Definition at line 214 of file dsl_dataset.h.
boolean_t dsl_ds_holdarg::temphold |
Definition at line 217 of file dsl_dataset.h.