Searched refs:zpool_handle (Results 1 – 12 of 12) sorted by relevance
| /freebsd-12-stable/cddl/usr.sbin/zfsd/tests/ |
| D | libmocks.h | 44 struct zpool_handle; 45 typedef struct zpool_handle zpool_handle_t;
|
| D | zfsd_unittest.cc | 81 struct zpool_handle struct
|
| /freebsd-12-stable/cddl/usr.sbin/zfsd/ |
| D | zfsd_exception.h | 50 struct zpool_handle; 51 typedef struct zpool_handle zpool_handle_t;
|
| D | vdev_iterator.h | 48 struct zpool_handle; 49 typedef struct zpool_handle zpool_handle_t;
|
| D | zpool_list.h | 53 struct zpool_handle; 54 typedef struct zpool_handle zpool_handle_t;
|
| D | zfsd.h | 64 struct zpool_handle; 65 typedef struct zpool_handle zpool_handle_t;
|
| D | zfsd_event.h | 57 struct zpool_handle; 58 typedef struct zpool_handle zpool_handle_t;
|
| D | vdev.h | 51 struct zpool_handle; 52 typedef struct zpool_handle zpool_handle_t;
|
| /freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/ |
| D | libzfs_impl.h | 112 struct zpool_handle { struct
|
| D | libzfs_dataset.c | 280 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 …]
|
| D | libzfs.h | 200 typedef struct zpool_handle zpool_handle_t;
|
| /freebsd-12-stable/cddl/contrib/opensolaris/cmd/zfs/ |
| D | zfs_main.c | 878 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()
|