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