Searched refs:zpool_handle (Results 1 – 14 of 14) sorted by relevance
| /freebsd/cddl/usr.sbin/zfsd/tests/ |
| H A D | libmocks.h | 42 struct zpool_handle; 43 typedef struct zpool_handle zpool_handle_t;
|
| H A D | zfsd_unittest.cc | 79 struct zpool_handle struct
|
| /freebsd/cddl/usr.sbin/zfsd/ |
| H A D | zfsd_exception.h | 48 struct zpool_handle; 49 typedef struct zpool_handle zpool_handle_t;
|
| H A D | vdev_iterator.h | 46 struct zpool_handle; 47 typedef struct zpool_handle zpool_handle_t;
|
| H A D | zpool_list.h | 51 struct zpool_handle; 52 typedef struct zpool_handle zpool_handle_t;
|
| H A D | zfsd.h | 62 struct zpool_handle; 63 typedef struct zpool_handle zpool_handle_t;
|
| H A D | zfsd_event.h | 55 struct zpool_handle; 56 typedef struct zpool_handle zpool_handle_t;
|
| H A D | vdev.h | 49 struct zpool_handle; 50 typedef struct zpool_handle zpool_handle_t;
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_impl.h | 98 struct zpool_handle { struct
|
| H A D | libzfs_dataset.c | 296 zpool_handle(zfs_handle_t *zhp) in zpool_handle() function 472 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() 664 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) { in make_bookmark_handle() 996 zpool_handle_t *zpool_handle = zhp->zpool_hdl; in zfs_spa_version() local 998 if (zpool_handle == NULL) in zfs_spa_version() 1001 *spa_version = zpool_get_prop_int(zpool_handle, in zfs_spa_version() 1611 zpool_handle_t *zph = zpool_handle(zhp); in zfs_add_synthetic_resv() 1692 resvsize = zvol_volsize_to_reservation(zpool_handle(zhp), volsize, in zfs_fix_auto_resv() 3709 zpool_handle_t *zpool_handle; in zfs_create() local [all …]
|
| H A D | libzfs.abi | 2699 …<class-decl name='zpool_handle' size-in-bits='2816' is-struct='yes' visibility='default' id='67002…
|
| /freebsd/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 1079 zpool_handle_t *zpool_handle = NULL; in zfs_do_create() local 1194 zpool_handle = zpool_open(g_zfs, argv[0]); in zfs_do_create() 1197 if (zpool_handle == NULL) in zfs_do_create() 1204 props, 0, NULL, zpool_handle, B_TRUE, msg)) == NULL) { in zfs_do_create() 1205 zpool_close(zpool_handle); in zfs_do_create() 1212 uint64_t volblocksize = default_volblocksize(zpool_handle, in zfs_do_create() 1245 spa_version = zpool_get_prop_int(zpool_handle, in zfs_do_create() 1252 volsize = zvol_volsize_to_reservation(zpool_handle, volsize, in zfs_do_create() 1264 if (zpool_handle != NULL) { in zfs_do_create() 1265 zpool_close(zpool_handle); in zfs_do_create()
|
| /freebsd/sys/contrib/openzfs/include/ |
| H A D | libzfs.h | 207 typedef struct zpool_handle zpool_handle_t;
|
| /freebsd/sys/contrib/openzfs/lib/libzfsbootenv/ |
| H A D | libzfsbootenv.abi | 29 …<class-decl name='zpool_handle' is-struct='yes' visibility='default' is-declaration-only='yes' id=… 197 …<class-decl name='zpool_handle' is-struct='yes' visibility='default' is-declaration-only='yes' id=…
|