Home
last modified time | relevance | path

Searched refs:fnvlist_lookup_uint64 (Results 1 – 24 of 24) sorted by relevance

/freebsd-head/sys/contrib/openzfs/tests/zfs-tests/cmd/
HDdraid.c287 uint64_t nv_cfg_worst_ratio = fnvlist_lookup_uint64(nv_cfg, in write_map_key()
372 uint64_t worst_ratio = fnvlist_lookup_uint64(cfg, MAP_WORST_RATIO); in dump_map_nv()
373 uint64_t avg_ratio = fnvlist_lookup_uint64(cfg, MAP_AVG_RATIO); in dump_map_nv()
375 map.dm_seed = fnvlist_lookup_uint64(cfg, MAP_SEED); in dump_map_nv()
376 map.dm_checksum = fnvlist_lookup_uint64(cfg, MAP_CHECKSUM); in dump_map_nv()
377 map.dm_children = fnvlist_lookup_uint64(cfg, MAP_CHILDREN); in dump_map_nv()
378 map.dm_nperms = fnvlist_lookup_uint64(cfg, MAP_NPERMS); in dump_map_nv()
1013 nv_seed = fnvlist_lookup_uint64(cfg, MAP_SEED); in draid_verify()
1014 nv_checksum = fnvlist_lookup_uint64(cfg, MAP_CHECKSUM); in draid_verify()
1015 nv_children = fnvlist_lookup_uint64(cfg, MAP_CHILDREN); in draid_verify()
[all …]
/freebsd-head/sys/contrib/openzfs/lib/libzfs/
HDlibzfs_import.c61 uint64_t theguid = fnvlist_lookup_uint64(zhp->zpool_config, in pool_active()
229 if (fnvlist_lookup_uint64(nv, ZPOOL_CONFIG_GUID) == guid) in find_guid()
261 uint64_t guid = fnvlist_lookup_uint64(list[i], in find_aux()
301 stateval = fnvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE); in zpool_in_use()
302 vdev_guid = fnvlist_lookup_uint64(config, ZPOOL_CONFIG_GUID); in zpool_in_use()
306 guid = fnvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID); in zpool_in_use()
HDlibzfs_pool.c136 source = fnvlist_lookup_uint64(nv, ZPROP_SOURCE); in zpool_get_prop_string()
175 source = fnvlist_lookup_uint64(nv, ZPROP_SOURCE); in zpool_get_prop_int()
176 value = fnvlist_lookup_uint64(nv, ZPROP_VALUE); in zpool_get_prop_int()
2212 version = fnvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION); in zpool_import_props()
2223 zc.zc_guid = fnvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID); in zpool_import_props()
2298 mmp_state = fnvlist_lookup_uint64(nvinfo, in zpool_import_props()
2308 hostid = fnvlist_lookup_uint64(nvinfo, in zpool_import_props()
2437 uint64_t guid = fnvlist_lookup_uint64(tgt, ZPOOL_CONFIG_GUID); in zpool_translate_vdev_guids()
2911 uint64_t theguid = fnvlist_lookup_uint64(nv, in vdev_to_nvlist_iter()
2986 id = fnvlist_lookup_uint64(nv, ZPOOL_CONFIG_ID); in vdev_to_nvlist_iter()
[all …]
HDlibzfs_status.c232 uint64_t version = fnvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION); in check_status()
237 uint64_t stateval = fnvlist_lookup_uint64(config, in check_status()
301 mmp_state = fnvlist_lookup_uint64(nvinfo, in check_status()
HDlibzfs_sendrecv.c438 value = fnvlist_lookup_uint64(propnv, ZPROP_VALUE); in send_iterate_prop()
3571 parent_fromsnap_guid = fnvlist_lookup_uint64(nvfs, in recv_incremental_replication()
3728 stream_parent_fromsnap_guid = fnvlist_lookup_uint64( in recv_incremental_replication()
HDlibzfs_dataset.c2100 value = fnvlist_lookup_uint64(nv, ZPROP_VALUE); in getprop_uint64()
HDlibzfs.abi4443 …<function-decl name='fnvlist_lookup_uint64' visibility='default' binding='global' size-in-bits='64…
/freebsd-head/sys/contrib/openzfs/module/os/freebsd/zfs/
HDspa_os.c100 txg = fnvlist_lookup_uint64(configs[i], ZPOOL_CONFIG_POOL_TXG); in spa_generate_rootconf()
152 pgid = fnvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID); in spa_generate_rootconf()
HDvdev_geom.c561 txg = fnvlist_lookup_uint64(cfg, ZPOOL_CONFIG_POOL_TXG); in process_vdev_config()
572 known_txg = fnvlist_lookup_uint64((*configs)[id], in process_vdev_config()
/freebsd-head/sys/contrib/openzfs/module/zfs/
HDspa_history.c299 (longlong_t)fnvlist_lookup_uint64(nvl, in spa_history_log_sync()
303 (u_longlong_t)fnvlist_lookup_uint64(nvl, in spa_history_log_sync()
308 (longlong_t)fnvlist_lookup_uint64(nvl, in spa_history_log_sync()
HDdsl_crypt.c2113 compress = fnvlist_lookup_uint64(nvl, "mdn_compress"); in dsl_crypto_recv_raw_objset_sync()
2114 checksum = fnvlist_lookup_uint64(nvl, "mdn_checksum"); in dsl_crypto_recv_raw_objset_sync()
2115 nlevels = fnvlist_lookup_uint64(nvl, "mdn_nlevels"); in dsl_crypto_recv_raw_objset_sync()
2116 blksz = fnvlist_lookup_uint64(nvl, "mdn_blksz"); in dsl_crypto_recv_raw_objset_sync()
2117 ibs = fnvlist_lookup_uint64(nvl, "mdn_indblkshift"); in dsl_crypto_recv_raw_objset_sync()
2118 maxblkid = fnvlist_lookup_uint64(nvl, "mdn_maxblkid"); in dsl_crypto_recv_raw_objset_sync()
2279 crypt = fnvlist_lookup_uint64(nvl, DSL_CRYPTO_KEY_CRYPTO_SUITE); in dsl_crypto_recv_raw_key_sync()
2280 key_guid = fnvlist_lookup_uint64(nvl, DSL_CRYPTO_KEY_GUID); in dsl_crypto_recv_raw_key_sync()
2281 keyformat = fnvlist_lookup_uint64(nvl, in dsl_crypto_recv_raw_key_sync()
2283 iters = fnvlist_lookup_uint64(nvl, in dsl_crypto_recv_raw_key_sync()
[all …]
HDspa.c2381 guid = fnvlist_lookup_uint64(l2cache[i], ZPOOL_CONFIG_GUID); in spa_load_l2cache()
3564 hostid = fnvlist_lookup_uint64(label, ZPOOL_CONFIG_HOSTID); in spa_activity_check_required()
3696 fnvlist_lookup_uint64(nvinfo, ZPOOL_CONFIG_MMP_TXG) == 0) { in spa_activity_check()
3787 hostid = fnvlist_lookup_uint64(mmp_label, in spa_activity_check()
3830 fnvlist_lookup_uint64(best_label, ZPOOL_CONFIG_HOSTID)) { in spa_mmp_remote_host_activity()
4409 fnvlist_lookup_uint64(mos_config, ZPOOL_CONFIG_HOSTID));
4421 mos_config_txg = fnvlist_lookup_uint64(mos_config,
5988 guid = fnvlist_lookup_uint64(spares[i],
6037 guid = fnvlist_lookup_uint64(l2cache[i],
HDvdev_label.c1440 bootenv->vbe_version = fnvlist_lookup_uint64(env, BOOTENV_VERSION); in vdev_label_write_bootenv()
HDvdev_removal.c162 fnvlist_lookup_uint64(nvpp[i], ZPOOL_CONFIG_GUID); in spa_nvlist_lookup_by_guid()
HDvdev.c5888 vdev_guid = fnvlist_lookup_uint64(nvp, ZPOOL_VDEV_PROPS_SET_VDEV); in vdev_props_set_sync()
/freebsd-head/sys/contrib/openzfs/module/nvpair/
HDfnvpair.c399 fnvlist_lookup_uint64(const nvlist_t *nvl, const char *name) in fnvlist_lookup_uint64() function
649 EXPORT_SYMBOL(fnvlist_lookup_uint64);
/freebsd-head/sys/contrib/openzfs/lib/libzutil/
HDzutil_import.c598 version = fnvlist_lookup_uint64(tmp, in get_configs()
602 guid = fnvlist_lookup_uint64(tmp, in get_configs()
623 state = fnvlist_lookup_uint64(tmp, in get_configs()
1704 this_guid = fnvlist_lookup_uint64(src, ZPOOL_CONFIG_POOL_GUID); in zpool_find_import_cached()
/freebsd-head/sys/contrib/openzfs/cmd/zpool/
HDzpool_main.c1110 uint64_t guid = fnvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_GUID); in fill_pool_info()
1111 uint64_t txg = fnvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_TXG); in fill_pool_info()
1185 uint64_t guid = fnvlist_lookup_uint64(nvdev, ZPOOL_CONFIG_GUID); in fill_vdev_info()
3699 hostid = fnvlist_lookup_uint64(nvinfo, in show_import()
3773 state = fnvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE); in zfs_force_import_required()
3791 mmp_state_t mmp_state = fnvlist_lookup_uint64(nvinfo, in zfs_force_import_required()
3817 version = fnvlist_lookup_uint64(config, ZPOOL_CONFIG_VERSION); in do_import()
3830 mmp_state = fnvlist_lookup_uint64(nvinfo, in do_import()
3842 hostid = fnvlist_lookup_uint64(nvinfo, in do_import()
3868 timestamp = fnvlist_lookup_uint64(config, in do_import()
[all …]
/freebsd-head/sys/contrib/openzfs/lib/libzfs_core/
HDlibzfs_core.c203 zc.zc_nvlist_dst_size = fnvlist_lookup_uint64(source, in lzc_ioctl()
463 *usedp = fnvlist_lookup_uint64(result, "used"); in lzc_snaprange_space()
923 *spacep = fnvlist_lookup_uint64(result, "space"); in lzc_send_space_resume_redacted_cb_impl()
HDlibzfs_core.abi2679 …<function-decl name='fnvlist_lookup_uint64' visibility='default' binding='global' size-in-bits='64…
/freebsd-head/sys/contrib/openzfs/include/sys/
HDnvpair.h380 _SYS_NVPAIR_H uint64_t fnvlist_lookup_uint64(const nvlist_t *, const char *);
/freebsd-head/sys/contrib/openzfs/cmd/zdb/
HDzdb.c2354 tsec = fnvlist_lookup_uint64(events[i], in dump_history()
2368 ievent = fnvlist_lookup_uint64(events[i], in dump_history()
2376 fnvlist_lookup_uint64(events[i], in dump_history()
2382 fnvlist_lookup_uint64(events[i], in dump_history()
2391 (u_longlong_t)fnvlist_lookup_uint64( in dump_history()
/freebsd-head/sys/contrib/openzfs/lib/libnvpair/
HDlibnvpair.abi58 …<elf-symbol name='fnvlist_lookup_uint64' type='func-type' binding='global-binding' visibility='def…
2613fnvlist_lookup_uint64' mangled-name='fnvlist_lookup_uint64' visibility='default' binding='global' …
/freebsd-head/sys/contrib/openzfs/cmd/
HDztest.c3228 VERIFY3U(spa_version(spa), ==, fnvlist_lookup_uint64(spa->spa_config, in ztest_spa_upgrade()