Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ dsl_pool_config_held
Function
dsl_pool_config_held
freebsd/contrib/openzfs/module/zfs/dsl_pool.c:1366–1370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1364
}
1365
1366
boolean_t
1367
dsl_pool_config_held(dsl_pool_t *dp)
1368
{
1369
return (RRW_LOCK_HELD(&dp->dp_config_rwlock));
1370
}
1371
1372
boolean_t
1373
dsl_pool_config_held_writer(dsl_pool_t *dp)
Callers
15
zfsctl_snapshot_unmount
Function · 0.85
dmu_tx_assign
Function · 0.85
dmu_tx_wait
Function · 0.85
dsl_get_bookmarks_impl
Function · 0.85
dsl_redaction_list_long_hold
Function · 0.85
dsl_redaction_list_hold_obj
Function · 0.85
dsl_bookmark_latest_txg
Function · 0.85
txg_wait_synced_impl
Function · 0.85
txg_wait_open
Function · 0.85
txg_kick
Function · 0.85
dsl_dataset_hold_obj
Function · 0.85
dsl_dataset_hold_flags
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected