Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ fnvlist_add_boolean
Function
fnvlist_add_boolean
freebsd/contrib/openzfs/module/nvpair/fnvpair.c:130–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
128
}
129
130
void
131
fnvlist_add_boolean(nvlist_t *nvl, const char *name)
132
{
133
VERIFY0(nvlist_add_boolean(nvl, name));
134
}
135
136
void
137
fnvlist_add_boolean_value(nvlist_t *nvl, const char *name, boolean_t val)
Callers
15
dsl_bookmark_destroy_check
Function · 0.85
zcp_lua_to_nvlist_impl
Function · 0.85
spa_activate_mos_feature
Function · 0.85
zfs_ioc_recv_impl
Function · 0.85
zcp_synctask_snapshot
Function · 0.85
zcp_synctask_inherit_prop
Function · 0.85
spa_config_generate
Function · 0.85
get_clones_stat_impl
Function · 0.85
get_receive_resume_stats_impl
Function · 0.85
dsl_dataset_promote_check
Function · 0.85
dsl_pool_clean_tmp_userrefs
Function · 0.85
spa_ld_check_features
Function · 0.85
Calls
1
nvlist_add_boolean
Function · 0.85
Tested by
13
user_release_one
Function · 0.68
run_tests
Function · 0.68
test_snapshot
Function · 0.68
test_destroy_snaps
Function · 0.68
test_get_bookmarks
Function · 0.68
test_destroy_bookmarks
Function · 0.68
test_release
Function · 0.68
test_send_new
Function · 0.68
test_recv_new
Function · 0.68
test_send_space
Function · 0.68
test_load_key
Function · 0.68
test_redact
Function · 0.68