Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/dm/
H A Ddm_table.c55 static int dm_table_busy(dm_table_head_t *, uint8_t);
56 static void dm_table_unbusy(dm_table_head_t *);
67 dm_table_busy(dm_table_head_t *head, uint8_t table_id) in dm_table_busy()
88 dm_table_unbusy(dm_table_head_t *head) in dm_table_unbusy()
105 dm_table_get_entry(dm_table_head_t *head, uint8_t table_id) in dm_table_get_entry()
117 dm_table_release(dm_table_head_t *head, uint8_t table_id) in dm_table_release()
127 dm_table_switch_tables(dm_table_head_t *head) in dm_table_switch_tables()
147 dm_table_destroy(dm_table_head_t *head, uint8_t table_id) in dm_table_destroy()
185 dm_table_size_impl(dm_table_head_t *head, int table) in dm_table_size_impl()
215 dm_table_size(dm_table_head_t *head) in dm_table_size()
[all …]
H A Ddm.h104 } dm_table_head_t; typedef
146 dm_table_head_t table_head;
208 void dmgetproperties(struct disk *, dm_table_head_t *);
302 int dm_table_destroy(dm_table_head_t *, uint8_t);
303 uint64_t dm_table_size(dm_table_head_t *);
304 uint64_t dm_inactive_table_size(dm_table_head_t *);
305 void dm_table_disksize(dm_table_head_t *, uint64_t *, unsigned int *);
306 dm_table_t *dm_table_get_entry(dm_table_head_t *, uint8_t);
307 int dm_table_get_target_count(dm_table_head_t *, uint8_t);
308 void dm_table_release(dm_table_head_t *, uint8_t s);
[all …]
H A Ddevice-mapper.c727 dmgetproperties(struct disk *disk, dm_table_head_t *head) in dmgetproperties()
/netbsd-src/sys/dev/dm/doc/
H A Dlocking.txt52 dm_table_head_t table_head;
102 } dm_table_head_t;
104 dm_table_head_t is used as entry for every dm_table synchronisation routine.
113 int dm_table_destroy(dm_table_head_t *, uint8_t);
118 uint64_t dm_table_size(dm_table_head_t *);
123 struct dm_table *dm_table_get_entry(dm_table_head_t *, uint8_t);
131 int dm_table_get_target_count(dm_table_head_t *, uint8_t);
136 void dm_table_release(dm_table_head_t *, uint8_t s);
141 void dm_table_switch_tables(dm_table_head_t *);
147 void dm_table_head_init(dm_table_head_t *);
[all …]