Home
last modified time | relevance | path

Searched defs:zpool_handle (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_impl.h100 struct zpool_handle { struct
102 zpool_handle_t *zpool_next; argument
103 char zpool_name[ZFS_MAX_DATASET_NAME_LEN];
104 int zpool_state;
105 unsigned int zpool_n_propnames;
106 const char *zpool_propnames[ZHP_MAX_PROPNAMES];
107 size_t zpool_config_size;
108 nvlist_t *zpool_config;
109 nvlist_t *zpool_old_config;
110 nvlist_t *zpool_props;
[all …]
H A Dlibzfs_dataset.c296 zpool_handle(zfs_handle_t *zhp) in zpool_handle() function
996 zpool_handle_t *zpool_handle = zhp->zpool_hdl; in zfs_spa_version() local
3736 zpool_handle_t *zpool_handle; in zfs_create() local
/freebsd/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc79 struct zpool_handle struct
82 zpool_handle_t *zpool_next; argument
83 char zpool_name[ZFS_MAX_DATASET_NAME_LEN];
84 int zpool_state;
85 unsigned int zpool_n_propnames;
87 const char *zpool_propnames[ZHP_MAX_PROPNAMES];
88 size_t zpool_config_size;
89 nvlist_t *zpool_config;
90 nvlist_t *zpool_old_config;
91 nvlist_t *zpool_props;
[all …]
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c1062 zpool_handle_t *zpool_handle = NULL; in zfs_do_create() local