MCPcopy 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
1366boolean_t
1367dsl_pool_config_held(dsl_pool_t *dp)
1368{
1369 return (RRW_LOCK_HELD(&dp->dp_config_rwlock));
1370}
1371
1372boolean_t
1373dsl_pool_config_held_writer(dsl_pool_t *dp)

Callers 15

zfsctl_snapshot_unmountFunction · 0.85
dmu_tx_assignFunction · 0.85
dmu_tx_waitFunction · 0.85
dsl_get_bookmarks_implFunction · 0.85
dsl_bookmark_latest_txgFunction · 0.85
txg_wait_synced_implFunction · 0.85
txg_wait_openFunction · 0.85
txg_kickFunction · 0.85
dsl_dataset_hold_objFunction · 0.85
dsl_dataset_hold_flagsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected