Searched refs:dm_table_get_entry (Results 1 – 5 of 5) sorted by relevance
123 struct dm_table *dm_table_get_entry(dm_table_head_t *, uint8_t);162 dm_table_get_entry172 … are other readers. dm_table_get_entry is specific in that it will return table with hold referenc…
655 tbl = dm_table_get_entry(&dmv->table_head, table_type); in dm_table_deps_ioctl()758 tbl = dm_table_get_entry(&dmv->table_head, DM_TABLE_INACTIVE); in dm_table_load_ioctl()955 tbl = dm_table_get_entry(&dmv->table_head, table_type); in dm_table_status_ioctl()
306 dm_table_t *dm_table_get_entry(dm_table_head_t *, uint8_t);
536 tbl = dm_table_get_entry(&dmv->table_head, DM_TABLE_ACTIVE); in disk_ioctl_switch()635 tbl = dm_table_get_entry(&dmv->table_head, DM_TABLE_ACTIVE); in dmstrategy()
105 dm_table_get_entry(dm_table_head_t *head, uint8_t table_id) in dm_table_get_entry() function