Home
last modified time | relevance | path

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

/freebsd-12-stable/cddl/usr.sbin/zfsd/tests/
Dlibmocks.h44 struct zpool_handle;
45 typedef struct zpool_handle zpool_handle_t;
Dzfsd_unittest.cc81 struct zpool_handle struct
/freebsd-12-stable/cddl/usr.sbin/zfsd/
Dzfsd_exception.h50 struct zpool_handle;
51 typedef struct zpool_handle zpool_handle_t;
Dvdev_iterator.h48 struct zpool_handle;
49 typedef struct zpool_handle zpool_handle_t;
Dzpool_list.h53 struct zpool_handle;
54 typedef struct zpool_handle zpool_handle_t;
Dzfsd.h64 struct zpool_handle;
65 typedef struct zpool_handle zpool_handle_t;
Dzfsd_event.h57 struct zpool_handle;
58 typedef struct zpool_handle zpool_handle_t;
Dvdev.h51 struct zpool_handle;
52 typedef struct zpool_handle zpool_handle_t;
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_impl.h112 struct zpool_handle { struct
Dlibzfs_dataset.c280 zpool_handle(zfs_handle_t *zhp) in zpool_handle() function
457 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) in make_dataset_handle_common()
521 zhp->zpool_hdl = zpool_handle(zhp); in make_dataset_simple_handle_zc()
627 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) { in make_bookmark_handle()
944 zpool_handle_t *zpool_handle = zhp->zpool_hdl; in zfs_spa_version() local
946 if (zpool_handle == NULL) in zfs_spa_version()
949 *spa_version = zpool_get_prop_int(zpool_handle, in zfs_spa_version()
3552 zpool_handle_t *zpool_handle; in zfs_create() local
3598 if ((zpool_handle = zpool_open(hdl, pool_path)) == NULL) in zfs_create()
3602 zoned, NULL, zpool_handle, errbuf)) == 0) { in zfs_create()
[all …]
Dlibzfs.h200 typedef struct zpool_handle zpool_handle_t;
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/
Dzfs_main.c878 zpool_handle_t *zpool_handle; in zfs_do_create() local
888 zpool_handle = zpool_open(g_zfs, argv[0]); in zfs_do_create()
891 if (zpool_handle == NULL) in zfs_do_create()
893 spa_version = zpool_get_prop_int(zpool_handle, in zfs_do_create()
903 props, 0, NULL, zpool_handle, msg)) == NULL) { in zfs_do_create()
904 zpool_close(zpool_handle); in zfs_do_create()
907 zpool_close(zpool_handle); in zfs_do_create()