Home
last modified time | relevance | path

Searched refs:zpool_get_handle (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h220 _LIBZFS_H libzfs_handle_t *zpool_get_handle(zpool_handle_t *);
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2581 libzfs_handle_t *hdl = zpool_get_handle(zhp); in zpool_initialize_one()
2753 libzfs_handle_t *hdl = zpool_get_handle(zhp); in zpool_trim_one()
4626 libzfs_handle_t *hdl = zpool_get_handle(zhp); in zpool_reopen_one()
4645 libzfs_handle_t *hdl = zpool_get_handle(zhp); in zpool_sync_one()
H A Dlibzfs_util.c1153 zpool_get_handle(zpool_handle_t *zhp) in zpool_get_handle() function
H A Dlibzfs.abi569 …<elf-symbol name='zpool_get_handle' type='func-type' binding='global-binding' visibility='default-…
6720 …l name='zpool_get_handle' mangled-name='zpool_get_handle' visibility='default' binding='global' si…
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c10555 zpool_explain_recover(zpool_get_handle(zhp), in print_status_reason()
10627 zpool_explain_recover(zpool_get_handle(zhp), in print_status_reason()
11468 ret = zfs_iter_root(zpool_get_handle(zhp), check_unsupp_fs, &unsupp_fs); in upgrade_version()