Symbol: dm_table_head_t
sys/dev/dm/device-mapper.c
727
dmgetproperties(struct disk *disk, dm_table_head_t *head)
sys/dev/dm/dm.h
146
dm_table_head_t table_head;
sys/dev/dm/dm.h
208
void dmgetproperties(struct disk *, dm_table_head_t *);
sys/dev/dm/dm.h
302
int dm_table_destroy(dm_table_head_t *, uint8_t);
sys/dev/dm/dm.h
303
uint64_t dm_table_size(dm_table_head_t *);
sys/dev/dm/dm.h
304
uint64_t dm_inactive_table_size(dm_table_head_t *);
sys/dev/dm/dm.h
305
void dm_table_disksize(dm_table_head_t *, uint64_t *, unsigned int *);
sys/dev/dm/dm.h
306
dm_table_t *dm_table_get_entry(dm_table_head_t *, uint8_t);
sys/dev/dm/dm.h
307
int dm_table_get_target_count(dm_table_head_t *, uint8_t);
sys/dev/dm/dm.h
308
void dm_table_release(dm_table_head_t *, uint8_t s);
sys/dev/dm/dm.h
309
void dm_table_switch_tables(dm_table_head_t *);
sys/dev/dm/dm.h
310
void dm_table_head_init(dm_table_head_t *);
sys/dev/dm/dm.h
311
void dm_table_head_destroy(dm_table_head_t *);
sys/dev/dm/dm_table.c
105
dm_table_get_entry(dm_table_head_t *head, uint8_t table_id)
sys/dev/dm/dm_table.c
117
dm_table_release(dm_table_head_t *head, uint8_t table_id)
sys/dev/dm/dm_table.c
127
dm_table_switch_tables(dm_table_head_t *head)
sys/dev/dm/dm_table.c
147
dm_table_destroy(dm_table_head_t *head, uint8_t table_id)
sys/dev/dm/dm_table.c
185
dm_table_size_impl(dm_table_head_t *head, int table)
sys/dev/dm/dm_table.c
215
dm_table_size(dm_table_head_t *head)
sys/dev/dm/dm_table.c
225
dm_inactive_table_size(dm_table_head_t *head)
sys/dev/dm/dm_table.c
235
dm_table_disksize(dm_table_head_t *head, uint64_t *numsecp,
sys/dev/dm/dm_table.c
281
dm_table_get_target_count(dm_table_head_t *head, uint8_t table_id)
sys/dev/dm/dm_table.c
306
dm_table_head_init(dm_table_head_t *head)
sys/dev/dm/dm_table.c
324
dm_table_head_destroy(dm_table_head_t *head)
sys/dev/dm/dm_table.c
340
dm_table_head_t *head;
sys/dev/dm/dm_table.c
55
static int dm_table_busy(dm_table_head_t *, uint8_t);
sys/dev/dm/dm_table.c
56
static void dm_table_unbusy(dm_table_head_t *);
sys/dev/dm/dm_table.c
67
dm_table_busy(dm_table_head_t *head, uint8_t table_id)
sys/dev/dm/dm_table.c
88
dm_table_unbusy(dm_table_head_t *head)