Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/include/
H A Dlibzfs.h219 _LIBZFS_H libzfs_handle_t *zpool_get_handle(zpool_handle_t *);
/src/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2462 libzfs_handle_t *hdl = zpool_get_handle(zhp); in zpool_initialize_one()
2634 libzfs_handle_t *hdl = zpool_get_handle(zhp); in zpool_trim_one()
4460 libzfs_handle_t *hdl = zpool_get_handle(zhp); in zpool_reopen_one()
4479 libzfs_handle_t *hdl = zpool_get_handle(zhp); in zpool_sync_one()
H A Dlibzfs_util.c1147 zpool_get_handle(zpool_handle_t *zhp) in zpool_get_handle() function
H A Dlibzfs.abi568 …<elf-symbol name='zpool_get_handle' type='func-type' binding='global-binding' visibility='default-…
6560 …l name='zpool_get_handle' mangled-name='zpool_get_handle' visibility='default' binding='global' si…
/src/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()
11456 ret = zfs_iter_root(zpool_get_handle(zhp), check_unsupp_fs, &unsupp_fs); in upgrade_version()