Searched refs:zpool_open (Results 1 – 11 of 11) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfsbootenv/ |
| H A D | lzbe_device.c | 43 zphdl = zpool_open(hdl, pool); in lzbe_set_boot_device() 128 zphdl = zpool_open(hdl, pool); in lzbe_get_boot_device()
|
| H A D | lzbe_pair.c | 41 zphdl = zpool_open(hdl, pool); in lzbe_nvlist_get() 89 zphdl = zpool_open(hdl, pool); in lzbe_nvlist_set()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs_ids_to_path/ |
| H A D | zfs_ids_to_path.c | 77 zpool_handle_t *pool = zpool_open(g_zfs, argv[0]); in main()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zinject/ |
| H A D | translate.c | 343 if ((zhp = zpool_open(g_zfs, pool)) == NULL) in translate_device()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 624 zhp = zpool_open(g_zfs, poolname); in zpool_do_initialize() 945 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_add() 1135 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_remove() 3173 if ((zhp = zpool_open(g_zfs, pool)) == NULL) { in zpool_do_checkpoint() 6321 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) { in zpool_do_attach_or_replace() 6453 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_detach() 6584 if ((zhp = zpool_open(g_zfs, srcpool)) == NULL) { in zpool_do_split() 6687 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_online() 6765 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_offline() 6915 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) in zpool_do_reguid() [all …]
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 233 extern zpool_handle_t *zpool_open(libzfs_handle_t *, const char *);
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_dataset.c | 3667 if ((zpool_handle = zpool_open(hdl, pool_path)) == NULL) in zfs_create() 4126 zpool_hdl = zpool_open(hdl, pool); in zfs_snapshot_nvl()
|
| H A D | libzfs_pool.c | 1119 zpool_open(libzfs_handle_t *hdl, const char *pool) in zpool_open() function
|
| H A D | libzfs_sendrecv.c | 3927 zpool_hdl = zpool_open(hdl, namebuf); in zfs_setup_cmdline_props()
|
| H A D | libzfs.abi | 331 …<elf-symbol name='zpool_open' type='func-type' binding='global-binding' visibility='default-visibi… 2814 …zpool_open' mangled-name='zpool_open' filepath='/home/fedora/zfs/lib/libzfs/libzfs_pool.c' line='1…
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 1140 zpool_handle = zpool_open(g_zfs, argv[0]); in zfs_do_create() 7936 if ((zhp = zpool_open(g_zfs, poolname)) == NULL) { in zfs_do_channel_program()
|