/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | spa_os.c | 172 fnvlist_free(configs[i]); in spa_generate_rootconf() 175 fnvlist_free(tops[i]); in spa_generate_rootconf() 177 fnvlist_free(nvroot); in spa_generate_rootconf() 207 fnvlist_free(config); in spa_import_rootpool() 229 fnvlist_free(config); in spa_import_rootpool() 252 fnvlist_free(config); in spa_import_rootpool() 263 fnvlist_free(config); in spa_import_rootpool()
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/ |
H A D | nvlist_to_lua.c | 120 fnvlist_free(nvl); in test() 184 fnvlist_free(val); in run_tests() 249 fnvlist_free(val[0]); in run_tests() 250 fnvlist_free(val[1]); in run_tests() 274 fnvlist_free(nvl); in run_tests() 283 fnvlist_free(nvl); in run_tests() 290 fnvlist_free(nvl); in run_tests()
|
/freebsd/sys/contrib/openzfs/lib/libzfs_core/ |
H A D | libzfs_core.c | 463 fnvlist_free(result); in lzc_snaprange_space() 1119 fnvlist_free(innvl); in recv_impl() 1120 fnvlist_free(outnvl); in recv_impl() 1464 fnvlist_free(innvl); in lzc_get_bookmark_props() 1518 fnvlist_free(args); in lzc_channel_program_impl() 1597 fnvlist_free(args); in lzc_pool_checkpoint() 1598 fnvlist_free(result); in lzc_pool_checkpoint() 1626 fnvlist_free(args); in lzc_pool_checkpoint_discard() 1627 fnvlist_free(result); in lzc_pool_checkpoint_discard() 1646 fnvlist_free(args); in lzc_pool_prefetch() [all …]
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dsl_userhold.c | 111 fnvlist_free(tmp_holds); in dsl_dataset_user_hold_check() 192 fnvlist_free(tags); in dsl_dataset_user_hold_sync_one_impl() 232 fnvlist_free(ca->zhca_holds); in dsl_dataset_user_release_onexit() 243 fnvlist_free(holds); in dsl_onexit_hold_cleanup() 344 fnvlist_free(dduha.dduha_chkholds); in dsl_dataset_user_hold() 415 fnvlist_free(holds_found); in dsl_dataset_user_release_check_one() 428 fnvlist_free(holds_found); in dsl_dataset_user_release_check_one() 438 fnvlist_free(holds_found); in dsl_dataset_user_release_check_one() 631 fnvlist_free(ddura.ddura_todelete); in dsl_dataset_user_release_impl() 632 fnvlist_free(ddura.ddura_chkholds); in dsl_dataset_user_release_impl()
|
H A D | zcp_synctask.c | 60 fnvlist_free(arg); in zcp_synctask_cleanup() 300 fnvlist_free(ddsa.ddsa_snaps); in zcp_synctask_snapshot() 415 fnvlist_free(dpsa->dpsa_props); in zcp_synctask_inherit_prop() 458 fnvlist_free(bmarks); in zcp_synctask_bookmark() 555 fnvlist_free(err_details); in zcp_synctask_wrapper()
|
H A D | dsl_destroy.c | 623 fnvlist_free(snaps_normalized); in dsl_destroy_snapshots_nvl() 628 fnvlist_free(arg); in dsl_destroy_snapshots_nvl() 668 fnvlist_free(wrapper); in dsl_destroy_snapshots_nvl() 669 fnvlist_free(result); in dsl_destroy_snapshots_nvl() 672 fnvlist_free(wrapper); in dsl_destroy_snapshots_nvl() 688 fnvlist_free(result); in dsl_destroy_snapshots_nvl() 701 fnvlist_free(errlist); in dsl_destroy_snapshot() 702 fnvlist_free(nvl); in dsl_destroy_snapshot()
|
H A D | zcp.c | 289 fnvlist_free(nvl); in zcp_table_to_nvlist() 299 fnvlist_free(nvl); in zcp_table_to_nvlist() 311 fnvlist_free(nvl); in zcp_table_to_nvlist() 320 fnvlist_free(nvl); in zcp_table_to_nvlist() 402 fnvlist_free(value_nvl); in zcp_lua_to_nvlist_impl() 1175 fnvlist_free(runinfo.zri_new_zvols); in zcp_eval()
|
H A D | zcp_set.c | 50 fnvlist_free(nvl); in zcp_set_user_prop()
|
H A D | spa_history.c | 353 fnvlist_free(nvl); in spa_history_log_sync() 367 fnvlist_free(nvl); in spa_history_log() 529 fnvlist_free(nvl); in log_internal()
|
H A D | zcp_iter.c | 332 fnvlist_free(*props); in zcp_user_props_list_gc() 347 fnvlist_free(*props); in zcp_user_props_iter()
|
H A D | dsl_prop.c | 912 fnvlist_free(nvl); in dsl_prop_set_int() 925 fnvlist_free(nvl); in dsl_prop_set_string() 938 fnvlist_free(nvl); in dsl_prop_inherit()
|
H A D | dsl_pool.c | 1233 fnvlist_free(tags); in dsl_pool_clean_tmp_userrefs() 1239 fnvlist_free(holds); in dsl_pool_clean_tmp_userrefs()
|
H A D | dsl_bookmark.c | 811 fnvlist_free(out_props); in dsl_get_bookmarks_impl() 1211 fnvlist_free(dbda.dbda_success); in dsl_bookmark_destroy()
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_sendrecv.c | 359 fnvlist_free(nv); in send_iterate_snap() 365 fnvlist_free(holds); in send_iterate_snap() 639 fnvlist_free(sd->parent_snaps); in send_iterate_fs() 641 fnvlist_free(sd->snapprops); in send_iterate_fs() 644 fnvlist_free(sd->snapholds); in send_iterate_fs() 674 fnvlist_free(nv); in send_iterate_fs() 675 fnvlist_free(nvfs); in send_iterate_fs() 711 fnvlist_free(sd.fss); in gather_nvlist() 719 fnvlist_free(sd.fss); in gather_nvlist() 845 fnvlist_free(thisdbg); in dump_ioctl() [all …]
|
H A D | libzfs_iter.c | 202 fnvlist_free(range_nvl); in zfs_iter_snapshots_v2() 207 fnvlist_free(range_nvl); in zfs_iter_snapshots_v2() 269 fnvlist_free(props); in zfs_iter_bookmarks_v2() 270 fnvlist_free(bmarks); in zfs_iter_bookmarks_v2()
|
H A D | libzfs_dataset.c | 1655 fnvlist_free(props); in zfs_add_synthetic_resv() 1660 fnvlist_free(props); in zfs_add_synthetic_resv() 1664 fnvlist_free(props); in zfs_add_synthetic_resv() 1720 fnvlist_free(props); in zfs_fix_auto_resv() 3907 fnvlist_free(nv); in zfs_destroy() 3920 fnvlist_free(nv); in zfs_destroy() 3980 fnvlist_free(dd.nvl); in zfs_destroy_snaps() 4321 fnvlist_free(sd.sd_nvl); in zfs_snapshot() 5015 fnvlist_free(ha.nvl); in zfs_hold() 5026 fnvlist_free(h in zfs_hold() [all...] |
H A D | libzfs_pool.c | 2448 fnvlist_free(errlist); in zpool_translate_vdev_guids() 2549 fnvlist_free(vdev_guids); in zpool_initialize_impl() 2550 fnvlist_free(guids_to_paths); in zpool_initialize_impl() 2553 fnvlist_free(vd_errlist); in zpool_initialize_impl() 2721 fnvlist_free(errlist); in zpool_trim() 2722 fnvlist_free(vdev_guids); in zpool_trim() 2723 fnvlist_free(guids_to_paths); in zpool_trim() 2742 fnvlist_free(args); in zpool_scan() 3110 fnvlist_free(search); in zpool_find_vdev_by_physpath() 3181 fnvlist_free(search); in __zpool_find_vdev()
|
/freebsd/sys/contrib/openzfs/lib/libzfsbootenv/ |
H A D | lzbe_device.c | 64 fnvlist_free(nv); in lzbe_set_boot_device() 104 fnvlist_free(nv); in lzbe_set_boot_device()
|
H A D | lzbe_pair.c | 107 fnvlist_free(nv); in lzbe_nvlist_set()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 1381 fnvlist_free(child[c]); in make_vdev_raid() 1409 fnvlist_free(child[c]); in make_vdev_mirror() 1448 fnvlist_free(child[c]); in make_vdev_root() 1610 fnvlist_free(props); in ztest_spa_prop_set_uint64() 1649 fnvlist_free(crypto_args); in ztest_dmu_objset_own() 3041 fnvlist_free(nvroot); in ztest_spa_create_destroy() 3049 fnvlist_free(nvroot); in ztest_spa_create_destroy() 3059 fnvlist_free(nvroot); in ztest_spa_create_destroy() 3211 fnvlist_free(nvroot); in ztest_spa_upgrade() 3212 fnvlist_free(props); in ztest_spa_upgrade() [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_main.c | 893 fnvlist_free(vdevs); in zpool_do_initialize() 1100 fnvlist_free(ov); in zpool_json_schema() 6924 fnvlist_free(props); in collect_pool() 6925 fnvlist_free(item); in collect_pool() 7097 fnvlist_free(props); in collect_list_stats() 7106 fnvlist_free(ent); in collect_list_stats() 7146 fnvlist_free(ch); in collect_list_stats() 7187 fnvlist_free(obj); in collect_list_stats() 7209 fnvlist_free(l2c); in collect_list_stats() 7231 fnvlist_free(sp); in collect_list_stats() [all …]
|
/freebsd/sys/contrib/openzfs/module/nvpair/ |
H A D | fnvpair.c | 59 fnvlist_free(nvlist_t *nvl) in fnvlist_free() function 599 EXPORT_SYMBOL(fnvlist_free);
|
/freebsd/sys/contrib/openzfs/cmd/zfs/ |
H A D | zfs_main.c | 1423 fnvlist_free(cb->cb_batchedsnaps); in destroy_batched() 1874 fnvlist_free(cb.cb_batchedsnaps); in zfs_do_destroy() 1875 fnvlist_free(cb.cb_nvl); in zfs_do_destroy() 1921 fnvlist_free(ov); in zfs_json_schema() 2132 fnvlist_free(props); in get_callback() 2133 fnvlist_free(item); in get_callback() 2135 fnvlist_free(props); in get_callback() 2191 fnvlist_free(data); in zfs_do_get() 3819 fnvlist_free(props); in collect_dataset() 3820 fnvlist_free(item); in collect_dataset() [all …]
|
/freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
H A D | zfs_agents.c | 261 fnvlist_free(payload); in zfs_agent_post_event()
|
/freebsd/sys/contrib/openzfs/include/sys/ |
H A D | nvpair.h | 313 _SYS_NVPAIR_H void fnvlist_free(nvlist_t *);
|