Changeset View
Changeset View
Standalone View
Standalone View
sys/cddl/contrib/opensolaris/uts/common/sys/fs/zfs.h
Show First 20 Lines • Show All 885 Lines • ▼ Show 20 Lines | typedef enum zfs_ioc { | ||||
ZFS_IOC_POOL_REOPEN, | ZFS_IOC_POOL_REOPEN, | ||||
ZFS_IOC_LOG_HISTORY, | ZFS_IOC_LOG_HISTORY, | ||||
ZFS_IOC_SEND_NEW, | ZFS_IOC_SEND_NEW, | ||||
ZFS_IOC_SEND_SPACE, | ZFS_IOC_SEND_SPACE, | ||||
ZFS_IOC_CLONE, | ZFS_IOC_CLONE, | ||||
ZFS_IOC_BOOKMARK, | ZFS_IOC_BOOKMARK, | ||||
ZFS_IOC_GET_BOOKMARKS, | ZFS_IOC_GET_BOOKMARKS, | ||||
ZFS_IOC_DESTROY_BOOKMARKS, | ZFS_IOC_DESTROY_BOOKMARKS, | ||||
ZFS_IOC_NEXTBOOT, | |||||
ZFS_IOC_LAST | ZFS_IOC_LAST | ||||
} zfs_ioc_t; | } zfs_ioc_t; | ||||
/* | /* | ||||
* Internal SPA load state. Used by FMA diagnosis engine. | * Internal SPA load state. Used by FMA diagnosis engine. | ||||
*/ | */ | ||||
typedef enum { | typedef enum { | ||||
SPA_LOAD_NONE, /* no load in progress */ | SPA_LOAD_NONE, /* no load in progress */ | ||||
▲ Show 20 Lines • Show All 86 Lines • Show Last 20 Lines |