Defined in 1 files as a prototype:
Defined in 1 files as a function:
Referenced in 5 files:
- drivers/md/dm-cache-metadata.c
- drivers/md/dm-clone-metadata.c, line 444
- drivers/md/dm-era-target.c, line 642
- drivers/md/dm-thin-metadata.c, line 791
- drivers/md/persistent-data/dm-block-manager.c, line 415
Smatch caller information:
drivers/md/dm-thin-metadata.c __create_persistent_data_objects() -> dm_block_manager_create()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 0 | bdev | 4096-ptr_max |
| PARAM_VALUE | 1 | block_size | 4096 |
| PARAM_VALUE | 2 | max_held_per_thread | 6 |
| LOCK2 | global &dm_thin_pool_table.mutex | ||
| HALF_LOCKED2 | &md->type_lock | ||
| TYPE_LOCK | (struct dm_thin_pool_table)->mutex |
drivers/md/dm-era-target.c create_persistent_data_objects() -> dm_block_manager_create()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 1 | block_size | 4096 |
| PARAM_VALUE | 2 | max_held_per_thread | 5 |
| HALF_LOCKED2 | &md->type_lock |
drivers/md/dm-cache-metadata.c __create_persistent_data_objects() -> dm_block_manager_create()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 1 | block_size | 4096 |
| PARAM_VALUE | 2 | max_held_per_thread | 5 |
| HALF_LOCKED2 | &md->type_lock |
drivers/md/dm-cache-metadata.c dm_cache_metadata_abort() -> dm_block_manager_create()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 1 | block_size | 4096 |
| PARAM_VALUE | 2 | max_held_per_thread | 5 |
| HALF_LOCKED2 | &cache->background_work_lock | ||
| HALF_LOCKED2 | &md->suspend_lock |
drivers/md/dm-clone-metadata.c __create_persistent_data_structures() -> dm_block_manager_create()
| Type | Parameter | Key | Value |
|---|---|---|---|
| PARAM_VALUE | 1 | block_size | 4096 |
| PARAM_VALUE | 2 | max_held_per_thread | 5 |
| HALF_LOCKED2 | &clone->commit_lock | ||
| HALF_LOCKED2 | &cmd->lock |