Home
last modified time | relevance | path

Searched refs:zpool_open (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/sys/contrib/openzfs/lib/libzfsbootenv/
H A Dlzbe_device.c43 zphdl = zpool_open(hdl, pool); in lzbe_set_boot_device()
127 zphdl = zpool_open(hdl, pool); in lzbe_get_boot_device()
H A Dlzbe_pair.c41 zphdl = zpool_open(hdl, pool); in lzbe_nvlist_get()
89 zphdl = zpool_open(hdl, pool); in lzbe_nvlist_set()
H A Dlibzfsbootenv.abi217 <function-decl name='zpool_open' visibility='default' binding='global' size-in-bits='64'>
/freebsd-13.1/sys/contrib/openzfs/cmd/zfs_ids_to_path/
H A Dzfs_ids_to_path.c77 zpool_handle_t *pool = zpool_open(g_zfs, argv[0]); in main()
/freebsd-13.1/sys/contrib/openzfs/cmd/zinject/
H A Dtranslate.c343 if ((zhp = zpool_open(g_zfs, pool)) == NULL) in translate_device()
/freebsd-13.1/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c629 zhp = zpool_open(g_zfs, poolname); in zpool_do_initialize()
968 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_add()
1158 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_remove()
3410 if ((zhp = zpool_open(g_zfs, pool)) == NULL) { in zpool_do_checkpoint()
6501 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) { in zpool_do_attach_or_replace()
6633 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_detach()
6764 if ((zhp = zpool_open(g_zfs, srcpool)) == NULL) { in zpool_do_split()
6867 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_online()
6945 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_offline()
7095 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_reguid()
[all …]
/freebsd-13.1/sys/contrib/openzfs/include/
H A Dlibzfs.h234 extern zpool_handle_t *zpool_open(libzfs_handle_t *, const char *);
/freebsd-13.1/lib/libbe/
H A Dbe.c156 if ((lbh->active_phandle = zpool_open(lbh->lzh, poolname)) == NULL) in libbe_init()
/freebsd-13.1/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_dataset.c3666 if ((zpool_handle = zpool_open(hdl, pool_path)) == NULL) in zfs_create()
4125 zpool_hdl = zpool_open(hdl, pool); in zfs_snapshot_nvl()
H A Dlibzfs_pool.c1140 zpool_open(libzfs_handle_t *hdl, const char *pool) in zpool_open() function
H A Dlibzfs_sendrecv.c3932 zpool_hdl = zpool_open(hdl, namebuf); in zfs_setup_cmdline_props()
H A Dlibzfs.abi331 …<elf-symbol name='zpool_open' type='func-type' binding='global-binding' visibility='default-visibi…
3615 …ction-decl name='zpool_open' mangled-name='zpool_open' visibility='default' binding='global' size-…
/freebsd-13.1/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c1164 zpool_handle = zpool_open(g_zfs, argv[0]); in zfs_do_create()
7977 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) { in zfs_do_channel_program()