Home
last modified time | relevance | path

Searched refs:dm_table_get_entry (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/disk/dm/
HDdm_table.c94 dm_table_get_entry(dm_table_head_t *head, uint8_t table_id) in dm_table_get_entry() function
181 tbl = dm_table_get_entry(head, table); in _dm_table_size()
223 tbl = dm_table_get_entry(head, table_id); in dm_table_get_target_count()
HDdm_ioctl.c623 tbl = dm_table_get_entry(&dmv->table_head, table_type); in dm_table_deps_ioctl()
726 tbl = dm_table_get_entry(&dmv->table_head, DM_TABLE_INACTIVE); in dm_table_load_ioctl()
929 tbl = dm_table_get_entry(&dmv->table_head, table_type); in dm_table_status_ioctl()
1030 tbl = dm_table_get_entry(&dmv->table_head, DM_TABLE_ACTIVE); in dm_message_ioctl()
HDdevice-mapper.c408 tbl = dm_table_get_entry(&dmv->table_head, DM_TABLE_ACTIVE); in dmstrategy()
488 tbl = dm_table_get_entry(&dmv->table_head, DM_TABLE_ACTIVE); in dmdump()
HDdm.h219 dm_table_t *dm_table_get_entry(dm_table_head_t *, uint8_t);