Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2632 libzfs_handle_t *hdl = zpool_get_handle(zhp); in zpool_initialize_one()
2819 libzfs_handle_t *hdl = zpool_get_handle(zhp); in zpool_trim_one()
4698 libzfs_handle_t *hdl = zpool_get_handle(zhp); in zpool_reopen_one()
4720 libzfs_handle_t *hdl = zpool_get_handle(zhp); in zpool_sync_one()
4741 libzfs_handle_t *hdl = zpool_get_handle(zhp); in zpool_condense()
H A Dlibzfs_util.c1143 zpool_get_handle(zpool_handle_t *zhp) in zpool_get_handle() function
H A Dlibzfs.abi570 …<elf-symbol name='zpool_get_handle' type='func-type' binding='global-binding' visibility='default-…
6733 …l name='zpool_get_handle' mangled-name='zpool_get_handle' visibility='default' binding='global' si…
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h212 _LIBZFS_H libzfs_handle_t *zpool_get_handle(zpool_handle_t *);
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c10895 zpool_explain_recover(zpool_get_handle(zhp), in print_status_reason()
10967 zpool_explain_recover(zpool_get_handle(zhp), in print_status_reason()
11814 ret = zfs_iter_root(zpool_get_handle(zhp), check_unsupp_fs, &unsupp_fs); in upgrade_version()