Home
last modified time | relevance | path

Searched refs:zpool_get_prop_int (Results 1 – 16 of 16) sorted by relevance

/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dzfs.c148 if (zpool_get_prop_int(zhp, ZPOOL_PROP_GUID, NULL) == cbp->cb_guid) { in find_pool()
/titanic_50/usr/src/cmd/fm/schemes/zfs/
H A Dscheme.c44 if (zpool_get_prop_int(zhp, ZPOOL_PROP_GUID, NULL) == cbp->cb_guid) { in find_pool()
/titanic_50/usr/src/cmd/syseventd/modules/zfs_mod/
H A Dzfs_mod.c191 if (!zpool_get_prop_int(zhp, ZPOOL_PROP_AUTOREPLACE, NULL) || in zfs_process_add()
573 if (zpool_get_prop_int(zhp, ZPOOL_PROP_AUTOEXPAND, NULL)) { in zfsdle_vdev_online()
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c141 zpool_get_prop_int(zpool_handle_t *zhp, zpool_prop_t prop, zprop_source_t *src) in zpool_get_prop_int() function
235 intval = zpool_get_prop_int(zhp, prop, &src); in zpool_get_prop()
271 intval = zpool_get_prop_int(zhp, prop, &src); in zpool_get_prop()
340 intval = zpool_get_prop_int(zhp, prop, &src); in zpool_get_prop()
646 version = zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL); in zpool_set_prop()
1248 if (zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL) < in zpool_add()
1257 if (zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL) < in zpool_add()
2369 zpool_get_prop_int(zhp, ZPOOL_PROP_AUTOEXPAND, NULL)) { in zpool_vdev_online()
2645 uint64_t version = zpool_get_prop_int(zhp, in zpool_vdev_attach()
3049 version = zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL); in zpool_vdev_remove()
H A Dmapfile-vers207 zpool_get_prop_int;
H A Dlibzfs.h271 extern uint64_t zpool_get_prop_int(zpool_handle_t *, zpool_prop_t,
H A Dlibzfs_mount.c278 if (zpool_get_prop_int(zhp->zpool_hdl, ZPOOL_PROP_READONLY, NULL)) in zfs_mount()
H A Dlibzfs_import.c1573 if (zpool_get_prop_int(zhp, ZPOOL_PROP_READONLY, NULL)) in zpool_in_use()
H A Dlibzfs_dataset.c923 *spa_version = zpool_get_prop_int(zpool_handle, in zfs_spa_version()
1150 maxbs = zpool_get_prop_int(zpool_hdl, in zfs_valid_proplist()
H A Dlibzfs_sendrecv.c1824 if (!flags->dryrun && !zpool_get_prop_int(zfs_get_pool_handle(zhp), in zfs_send()
/titanic_50/usr/src/lib/libzfs_jni/common/
H A Dlibzfs_jni_dataset.c375 zpool_get_prop_int(zphp, ZPOOL_PROP_SIZE, NULL)); in populate_PoolBean()
389 zpool_get_prop_int(zphp, ZPOOL_PROP_VERSION, NULL)); in populate_PoolBean()
/titanic_50/usr/src/cmd/fm/modules/common/zfs-diagnosis/
H A Dzfs_de.c242 pool_guid = zpool_get_prop_int(zhp, ZPOOL_PROP_GUID, NULL); in zfs_mark_pool()
302 pool_guid = zpool_get_prop_int(zhp, ZPOOL_PROP_GUID, NULL); in zpool_find_load_time()
/titanic_50/usr/src/cmd/zfs/
H A Dzfs_iter.c83 return (zpool_get_prop_int(zph, ZPOOL_PROP_LISTSNAPS, NULL)); in zfs_include_snapshots()
H A Dzfs_main.c869 spa_version = zpool_get_prop_int(zpool_handle, in zfs_do_create()
/titanic_50/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c81 zpool_get_prop_int(zhp, ZPOOL_PROP_GUID, NULL)) { in find_pool()
/titanic_50/usr/src/cmd/zpool/
H A Dzpool_main.c4584 cur_version = zpool_get_prop_int(zhp, ZPOOL_PROP_VERSION, NULL); in upgrade_one()