Searched refs:zpool_handle (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14-stable/sys/contrib/openzfs/lib/libzfs/ |
| HD | libzfs_impl.h | 98 struct zpool_handle { struct
|
| HD | libzfs_dataset.c | 291 zpool_handle(zfs_handle_t *zhp) in zpool_handle() function 467 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) in make_dataset_handle_common() 529 zhp->zpool_hdl = zpool_handle(zhp); in make_dataset_simple_handle_zc() 659 if ((zhp->zpool_hdl = zpool_handle(zhp)) == NULL) { in make_bookmark_handle() 991 zpool_handle_t *zpool_handle = zhp->zpool_hdl; in zfs_spa_version() local 993 if (zpool_handle == NULL) in zfs_spa_version() 996 *spa_version = zpool_get_prop_int(zpool_handle, in zfs_spa_version() 1633 zpool_handle_t *zph = zpool_handle(zhp); in zfs_add_synthetic_resv() 1714 resvsize = zvol_volsize_to_reservation(zpool_handle(zhp), volsize, in zfs_fix_auto_resv() 3721 zpool_handle_t *zpool_handle; in zfs_create() local [all …]
|
| HD | libzfs.abi | 2127 …<class-decl name='zpool_handle' size-in-bits='2560' is-struct='yes' visibility='default' id='67002…
|
| /freebsd-14-stable/sys/contrib/openzfs/cmd/zfs/ |
| HD | zfs_main.c | 1044 zpool_handle_t *zpool_handle = NULL; in zfs_do_create() local 1159 zpool_handle = zpool_open(g_zfs, argv[0]); in zfs_do_create() 1162 if (zpool_handle == NULL) in zfs_do_create() 1169 props, 0, NULL, zpool_handle, B_TRUE, msg)) == NULL) { in zfs_do_create() 1170 zpool_close(zpool_handle); in zfs_do_create() 1177 uint64_t volblocksize = default_volblocksize(zpool_handle, in zfs_do_create() 1210 spa_version = zpool_get_prop_int(zpool_handle, in zfs_do_create() 1217 volsize = zvol_volsize_to_reservation(zpool_handle, volsize, in zfs_do_create() 1229 if (zpool_handle != NULL) { in zfs_do_create() 1230 zpool_close(zpool_handle); in zfs_do_create()
|
| /freebsd-14-stable/sys/contrib/openzfs/include/ |
| HD | libzfs.h | 205 typedef struct zpool_handle zpool_handle_t;
|
| /freebsd-14-stable/sys/contrib/openzfs/lib/libzfsbootenv/ |
| HD | 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=…
|