Home
last modified time | relevance | path

Searched refs:zpool_handle (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/cddl/usr.sbin/zfsd/tests/
H A Dlibmocks.h44 struct zpool_handle;
45 typedef struct zpool_handle zpool_handle_t;
H A Dzfsd_unittest.cc81 struct zpool_handle struct
/freebsd-12.1/cddl/usr.sbin/zfsd/
H A Dzfsd_exception.h50 struct zpool_handle;
51 typedef struct zpool_handle zpool_handle_t;
H A Dvdev_iterator.h48 struct zpool_handle;
49 typedef struct zpool_handle zpool_handle_t;
H A Dzpool_list.h53 struct zpool_handle;
54 typedef struct zpool_handle zpool_handle_t;
H A Dzfsd.h64 struct zpool_handle;
65 typedef struct zpool_handle zpool_handle_t;
H A Dzfsd_event.h57 struct zpool_handle;
58 typedef struct zpool_handle zpool_handle_t;
H A Dvdev.h51 struct zpool_handle;
52 typedef struct zpool_handle zpool_handle_t;
/freebsd-12.1/cddl/contrib/opensolaris/lib/libzfs/common/
H A Dlibzfs_impl.h112 struct zpool_handle { struct
H A Dlibzfs_dataset.c279 zpool_handle(zfs_handle_t *zhp) in zpool_handle() function
454 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) in make_dataset_handle_common()
518 zhp->zpool_hdl = zpool_handle(zhp); in make_dataset_simple_handle_zc()
624 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) { in make_bookmark_handle()
929 zpool_handle_t *zpool_handle = zhp->zpool_hdl; in zfs_spa_version() local
931 if (zpool_handle == NULL) in zfs_spa_version()
934 *spa_version = zpool_get_prop_int(zpool_handle, in zfs_spa_version()
3507 zpool_handle_t *zpool_handle; in zfs_create() local
3557 zoned, NULL, zpool_handle, errbuf)) == 0) { in zfs_create()
3558 zpool_close(zpool_handle); in zfs_create()
[all …]
H A Dlibzfs.h198 typedef struct zpool_handle zpool_handle_t;
/freebsd-12.1/cddl/contrib/opensolaris/cmd/zfs/
H A Dzfs_main.c877 zpool_handle_t *zpool_handle; in zfs_do_create() local
887 zpool_handle = zpool_open(g_zfs, argv[0]); in zfs_do_create()
890 if (zpool_handle == NULL) in zfs_do_create()
892 spa_version = zpool_get_prop_int(zpool_handle, in zfs_do_create()
902 props, 0, NULL, zpool_handle, msg)) == NULL) { in zfs_do_create()
903 zpool_close(zpool_handle); in zfs_do_create()
906 zpool_close(zpool_handle); in zfs_do_create()