Searched refs:table_head (Results 1 – 5 of 5) sorted by relevance
| /dragonfly/sys/dev/disk/dm/ |
| HD | dm_ioctl.c | 311 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_OPEN, dmv->table_head.io_cnt); in dm_dev_rename_ioctl() 407 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_OPEN, dmv->table_head.io_cnt); in dm_dev_status_ioctl() 418 if ((j = dm_table_get_target_count(&dmv->table_head, DM_TABLE_ACTIVE))) in dm_dev_status_ioctl() 425 if (dm_table_get_target_count(&dmv->table_head, DM_TABLE_INACTIVE)) in dm_dev_status_ioctl() 463 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_OPEN, dmv->table_head.io_cnt); in dm_dev_suspend_ioctl() 508 dm_table_switch_tables(&dmv->table_head); in dm_dev_resume_ioctl() 512 dmsetdiskinfo(dmv->diskp, &dmv->table_head); in dm_dev_resume_ioctl() 514 prop_dictionary_set_uint32(dm_dict, DM_IOCTL_OPEN, dmv->table_head.io_cnt); in dm_dev_resume_ioctl() 521 dm_table_destroy(&dmv->table_head, DM_TABLE_INACTIVE); in dm_dev_resume_ioctl() 562 dm_table_destroy(&dmv->table_head, DM_TABLE_INACTIVE); in dm_table_clear_ioctl() [all …]
|
| HD | device-mapper.c | 339 size = dm_table_size(&dmv->table_head); in disk_ioctl_switch() 401 dm_table_size(&dmv->table_head)) <= 0) { in dmstrategy() 408 tbl = dm_table_get_entry(&dmv->table_head, DM_TABLE_ACTIVE); in dmstrategy() 465 dm_table_release(&dmv->table_head, DM_TABLE_ACTIVE); in dmstrategy() 488 tbl = dm_table_get_entry(&dmv->table_head, DM_TABLE_ACTIVE); in dmdump() 531 dm_table_release(&dmv->table_head, DM_TABLE_ACTIVE); in dmdump() 545 ap->a_result = (int64_t)dm_table_size(&dmv->table_head); in dmsize()
|
| HD | dm_dev.c | 236 dm_table_head_init(&dmv->table_head); in dm_dev_create() 278 dm_table_destroy(&dmv->table_head, DM_TABLE_ACTIVE); in dm_dev_destroy() 281 dm_table_destroy(&dmv->table_head, DM_TABLE_INACTIVE); in dm_dev_destroy() 283 dm_table_head_destroy(&dmv->table_head); in dm_dev_destroy()
|
| HD | dm_table.c | 279 head = &table_en->dev->table_head; in dm_table_add_deps() 304 head = &table_en->dev->table_head; in dm_table_free_deps()
|
| HD | dm.h | 145 dm_table_head_t table_head; member
|