• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/md/

Lines Matching defs:dm_table

27 struct dm_table {
119 static inline sector_t *get_node(struct dm_table *t,
129 static sector_t high(struct dm_table *t, unsigned int l, unsigned int n)
144 static int setup_btree_index(unsigned int l, struct dm_table *t)
182 static int alloc_targets(struct dm_table *t, unsigned int num)
213 int dm_table_create(struct dm_table **result, int mode,
216 struct dm_table *t = kmalloc(sizeof(*t), GFP_KERNEL);
242 int dm_create_error_table(struct dm_table **result, struct mapped_device *md)
244 struct dm_table *t;
291 static void table_destroy(struct dm_table *t)
322 void dm_table_get(struct dm_table *t)
327 void dm_table_put(struct dm_table *t)
339 static inline int check_space(struct dm_table *t)
468 static int __table_get_device(struct dm_table *t, struct dm_target *ti,
587 static int adjoin(struct dm_table *table, struct dm_target *ti)
699 int dm_table_add_target(struct dm_table *t, const char *type,
760 static int setup_indexes(struct dm_table *t)
789 int dm_table_complete(struct dm_table *t)
811 void dm_table_event_callback(struct dm_table *t,
820 void dm_table_event(struct dm_table *t)
834 sector_t dm_table_get_size(struct dm_table *t)
839 struct dm_target *dm_table_get_target(struct dm_table *t, unsigned int index)
850 struct dm_target *dm_table_find_target(struct dm_table *t, sector_t sector)
867 void dm_table_set_restrictions(struct dm_table *t, struct request_queue *q)
886 unsigned int dm_table_get_num_targets(struct dm_table *t)
891 struct list_head *dm_table_get_devices(struct dm_table *t)
896 int dm_table_get_mode(struct dm_table *t)
901 static void suspend_targets(struct dm_table *t, unsigned postsuspend)
917 void dm_table_presuspend_targets(struct dm_table *t)
925 void dm_table_postsuspend_targets(struct dm_table *t)
933 int dm_table_resume_targets(struct dm_table *t)
958 int dm_table_any_congested(struct dm_table *t, int bdi_bits)
973 void dm_table_unplug_all(struct dm_table *t)
986 int dm_table_flush_all(struct dm_table *t)
1013 struct mapped_device *dm_table_get_md(struct dm_table *t)