Home
last modified time | relevance | path

Searched refs:zpool_hdl (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c72 libzfs_handle_t *hdl = zhp->zpool_hdl; in zpool_get_all_props()
746 return (no_memory(zhp->zpool_hdl)); in zpool_set_prop()
750 return (no_memory(zhp->zpool_hdl)); in zpool_set_prop()
790 libzfs_handle_t *hdl = zhp->zpool_hdl; in zpool_expand_proplist()
1064 zhp->zpool_hdl = hdl; in zpool_open_canfail()
1096 zhp->zpool_hdl = hdl; in zpool_open_silent()
1400 libzfs_handle_t *hdl = zhp->zpool_hdl; in zpool_destroy()
1441 libzfs_handle_t *hdl = zhp->zpool_hdl; in zpool_checkpoint()
1462 libzfs_handle_t *hdl = zhp->zpool_hdl; in zpool_discard_checkpoint()
4191 return (no_memory(zhp->zpool_hdl)); in zpool_get_errlog()
[all …]
H A Dlibzfs_dataset.c535 zhp->zpool_hdl = zpool_handle(zhp); in make_dataset_simple_handle_zc()
549 zhp->zpool_hdl = zhp_orig->zpool_hdl; in zfs_handle_dup()
1216 if (zpool_hdl != NULL) { in zfs_valid_proplist()
1241 if (zpool_hdl != NULL) { in zfs_valid_proplist()
2681 if ((zpool_get_prop(zhp->zpool_hdl, in zfs_prop_get()
3324 return (zhp->zpool_hdl->zpool_name); in zfs_get_pool_name()
4099 zpool_handle_t *zpool_hdl; in zfs_snapshot_nvl() local
4126 zpool_hdl = zpool_open(hdl, pool); in zfs_snapshot_nvl()
4127 if (zpool_hdl == NULL) in zfs_snapshot_nvl()
4133 zpool_close(zpool_hdl); in zfs_snapshot_nvl()
[all …]
H A Dlibzfs_config.c270 libzfs_handle_t *hdl = zhp->zpool_hdl; in zpool_refresh_stats()
282 if (zfs_ioctl(zhp->zpool_hdl, ZFS_IOC_POOL_STATS, in zpool_refresh_stats()
H A Dlibzfs_mount.c408 if (zpool_get_prop_int(zhp->zpool_hdl, ZPOOL_PROP_READONLY, NULL)) in zfs_mount_at()
1421 if ((zfsp = zfs_open(zhp->zpool_hdl, zhp->zpool_name, in zpool_enable_datasets()
1439 zfs_foreach_mountpoint(zhp->zpool_hdl, cb.cb_handles, cb.cb_used, in zpool_enable_datasets()
1450 zfs_foreach_mountpoint(zhp->zpool_hdl, cb.cb_handles, cb.cb_used, in zpool_enable_datasets()
1491 libzfs_handle_t *hdl = zhp->zpool_hdl; in zpool_disable_datasets()
H A Dlibzfs_crypto.c855 if (!encryption_feature_is_enabled(pzhp->zpool_hdl)) { in zfs_crypto_create()
1102 if (!encryption_feature_is_enabled(zhp->zpool_hdl)) { in zfs_crypto_load_key()
1265 if (!encryption_feature_is_enabled(zhp->zpool_hdl)) { in zfs_crypto_unload_key()
1372 zfs_prop_get_int(zhp, ZFS_PROP_ZONED), NULL, zhp->zpool_hdl, in zfs_crypto_verify_rewrap_nvlist()
1410 if (!encryption_feature_is_enabled(zhp->zpool_hdl)) { in zfs_crypto_rewrap()
H A Dlibzfs_util.c1112 return (zhp->zpool_hdl);
1124 return (zhp->zpool_hdl);
H A Dlibzfs_sendrecv.c3899 zpool_handle_t *zpool_hdl = NULL; in zfs_setup_cmdline_props() local
3927 zpool_hdl = zpool_open(hdl, namebuf); in zfs_setup_cmdline_props()
3928 if (zpool_hdl == NULL) { in zfs_setup_cmdline_props()
4036 oprops, zoned, zhp, zpool_hdl, B_FALSE, errbuf)) == NULL) { in zfs_setup_cmdline_props()
4071 if (zpool_hdl != NULL) in zfs_setup_cmdline_props()
4072 zpool_close(zpool_hdl); in zfs_setup_cmdline_props()
H A Dlibzfs.abi628 …<var-decl name='zpool_hdl' type-id='type-id-45' visibility='default' filepath='../../include/libzf…
819 …<var-decl name='zpool_hdl' type-id='type-id-44' visibility='default' filepath='../../include/libzf…
1866 …<parameter type-id='type-id-45' name='zpool_hdl' filepath='/home/fedora/zfs/lib/libzfs/libzfs_data…
/f-stack/freebsd/contrib/openzfs/include/
H A Dlibzfs_impl.h79 zpool_handle_t *zpool_hdl; member
99 libzfs_handle_t *zpool_hdl; member