Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/dm/doc/
H A Dlocking.txt123 struct dm_table *dm_table_get_entry(dm_table_head_t *, uint8_t);
162 dm_table_get_entry
172 … are other readers. dm_table_get_entry is specific in that it will return table with hold referenc…
/netbsd-src/sys/dev/dm/
H A Ddm_ioctl.c655 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()
H A Ddm.h306 dm_table_t *dm_table_get_entry(dm_table_head_t *, uint8_t);
H A Ddevice-mapper.c536 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()
H A Ddm_table.c105 dm_table_get_entry(dm_table_head_t *head, uint8_t table_id) in dm_table_get_entry() function