Searched refs:zpool_handle (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.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 | 82 struct zpool_handle struct
|
| /freebsd-13.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-13.1/sys/contrib/openzfs/include/ |
| H A D | libzfs_impl.h | 100 struct zpool_handle { struct
|
| H A D | libzfs.h | 196 typedef struct zpool_handle zpool_handle_t;
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 293 zpool_handle(zfs_handle_t *zhp) in zpool_handle() function 470 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) in make_dataset_handle_common() 534 zhp->zpool_hdl = zpool_handle(zhp); in make_dataset_simple_handle_zc() 640 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) { in make_bookmark_handle() 969 zpool_handle_t *zpool_handle = zhp->zpool_hdl; in zfs_spa_version() local 971 if (zpool_handle == NULL) in zfs_spa_version() 974 *spa_version = zpool_get_prop_int(zpool_handle, in zfs_spa_version() 1595 zpool_handle_t *zph = zpool_handle(zhp); in zfs_add_synthetic_resv() 3616 zpool_handle_t *zpool_handle; in zfs_create() local 3671 zpool_close(zpool_handle); in zfs_create() [all …]
|
| H A D | libzfs.abi | 1478 …<class-decl name='zpool_handle' size-in-bits='2560' is-struct='yes' visibility='default' id='67002…
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 1049 zpool_handle_t *zpool_handle = NULL; in zfs_do_create() local 1164 zpool_handle = zpool_open(g_zfs, argv[0]); in zfs_do_create() 1167 if (zpool_handle == NULL) in zfs_do_create() 1174 props, 0, NULL, zpool_handle, B_TRUE, msg)) == NULL) { in zfs_do_create() 1175 zpool_close(zpool_handle); in zfs_do_create() 1182 uint64_t volblocksize = default_volblocksize(zpool_handle, in zfs_do_create() 1214 spa_version = zpool_get_prop_int(zpool_handle, in zfs_do_create() 1221 volsize = zvol_volsize_to_reservation(zpool_handle, volsize, in zfs_do_create() 1233 if (zpool_handle != NULL) { in zfs_do_create() 1234 zpool_close(zpool_handle); in zfs_do_create()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfsbootenv/ |
| H A D | libzfsbootenv.abi | 38 …<class-decl name='zpool_handle' is-struct='yes' visibility='default' is-declaration-only='yes' id=… 205 …<class-decl name='zpool_handle' is-struct='yes' visibility='default' is-declaration-only='yes' id=…
|