Searched refs:dm_table_entry (Results 1 – 4 of 4) sorted by relevance
5 int (*init)(struct dm_table_entry *, int argc, char **argv);6 int (*destroy)(struct dm_table_entry *);7 int (*strategy)(struct dm_table_entry *, struct buf *);8 int (*upcall)(struct dm_table_entry *, struct buf *);14 struct dm_table_entry {21 SLIST_ENTRY(dm_table_entry) next;23 SLIST(dm_table, dm_table_entry);
15 typedef struct dm_table_entry {22 SLIST_ENTRY(dm_table_entry) next;
79 typedef struct dm_table_entry { struct86 SLIST_ENTRY(dm_table_entry) next; argument91 SLIST_HEAD(dm_table, dm_table_entry);
168 SLIST_REMOVE(tbl, table_en, dm_table_entry, next); in dm_table_destroy()