Home
last modified time | relevance | path

Searched refs:zph (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c79 zpool_handle_t *zph; in zfs_include_snapshots() local
84 zph = zfs_get_pool_handle(zhp); in zfs_include_snapshots()
85 return (zpool_get_prop_int(zph, ZPOOL_PROP_LISTSNAPS, NULL)); in zfs_include_snapshots()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c266 zpool_handle_t *zph; in zpool_add_handle() local
273 return (zph); in zpool_add_handle()
282 while ((zph != NULL) && in zpool_find_handle()
284 zph = zph->zpool_next; in zpool_find_handle()
285 return (zph); in zpool_find_handle()
298 zpool_handle_t *zph; in zpool_handle() local
305 if (zph == NULL) in zpool_handle()
309 return (zph); in zpool_handle()
317 while (zph != NULL) { in zpool_free_handles()
319 zpool_close(zph); in zpool_free_handles()
[all …]
H A Dlibzfs_crypto.c639 encryption_feature_is_enabled(zpool_handle_t *zph) in encryption_feature_is_enabled() argument
645 if (zpool_get_prop_int(zph, ZPOOL_PROP_VERSION, NULL) in encryption_feature_is_enabled()
650 features = zpool_get_features(zph); in encryption_feature_is_enabled()
H A Dlibzfs.abi1583 …<parameter type-id='type-id-45' name='zph' filepath='/home/fedora/zfs/lib/libzfs/libzfs_dataset.c'…