|
union map_info * | dm_get_mapinfo (struct bio *bio) |
|
union map_info * | dm_get_rq_mapinfo (struct request *rq) |
|
| EXPORT_SYMBOL_GPL (dm_get_rq_mapinfo) |
|
int | dm_deleting_md (struct mapped_device *md) |
|
int | dm_open_count (struct mapped_device *md) |
|
int | dm_lock_for_deletion (struct mapped_device *md) |
|
struct dm_table * | dm_get_live_table (struct mapped_device *md) |
|
int | dm_get_geometry (struct mapped_device *md, struct hd_geometry *geo) |
|
int | dm_set_geometry (struct mapped_device *md, struct hd_geometry *geo) |
|
void | dm_requeue_unmapped_request (struct request *clone) |
|
| EXPORT_SYMBOL_GPL (dm_requeue_unmapped_request) |
|
void | dm_kill_unmapped_request (struct request *clone, int error) |
|
| EXPORT_SYMBOL_GPL (dm_kill_unmapped_request) |
|
int | dm_set_target_max_io_len (struct dm_target *ti, sector_t len) |
|
| EXPORT_SYMBOL_GPL (dm_set_target_max_io_len) |
|
void | dm_dispatch_request (struct request *rq) |
|
| EXPORT_SYMBOL_GPL (dm_dispatch_request) |
|
int | dm_underlying_device_busy (struct request_queue *q) |
|
| EXPORT_SYMBOL_GPL (dm_underlying_device_busy) |
|
int | dm_queue_merge_is_compulsory (struct request_queue *q) |
|
int | dm_create (int minor, struct mapped_device **result) |
|
void | dm_lock_md_type (struct mapped_device *md) |
|
void | dm_unlock_md_type (struct mapped_device *md) |
|
void | dm_set_md_type (struct mapped_device *md, unsigned type) |
|
unsigned | dm_get_md_type (struct mapped_device *md) |
|
struct target_type * | dm_get_immutable_target_type (struct mapped_device *md) |
|
int | dm_setup_md_queue (struct mapped_device *md) |
|
struct mapped_device * | dm_get_md (dev_t dev) |
|
| EXPORT_SYMBOL_GPL (dm_get_md) |
|
void * | dm_get_mdptr (struct mapped_device *md) |
|
void | dm_set_mdptr (struct mapped_device *md, void *ptr) |
|
void | dm_get (struct mapped_device *md) |
|
const char * | dm_device_name (struct mapped_device *md) |
|
| EXPORT_SYMBOL_GPL (dm_device_name) |
|
void | dm_destroy (struct mapped_device *md) |
|
void | dm_destroy_immediate (struct mapped_device *md) |
|
void | dm_put (struct mapped_device *md) |
|
| EXPORT_SYMBOL_GPL (dm_put) |
|
struct dm_table * | dm_swap_table (struct mapped_device *md, struct dm_table *table) |
|
int | dm_suspend (struct mapped_device *md, unsigned suspend_flags) |
|
int | dm_resume (struct mapped_device *md) |
|
int | dm_kobject_uevent (struct mapped_device *md, enum kobject_action action, unsigned cookie) |
|
uint32_t | dm_next_uevent_seq (struct mapped_device *md) |
|
uint32_t | dm_get_event_nr (struct mapped_device *md) |
|
int | dm_wait_event (struct mapped_device *md, int event_nr) |
|
void | dm_uevent_add (struct mapped_device *md, struct list_head *elist) |
|
struct gendisk * | dm_disk (struct mapped_device *md) |
|
struct kobject * | dm_kobject (struct mapped_device *md) |
|
struct mapped_device * | dm_get_from_kobject (struct kobject *kobj) |
|
int | dm_suspended_md (struct mapped_device *md) |
|
int | dm_suspended (struct dm_target *ti) |
|
| EXPORT_SYMBOL_GPL (dm_suspended) |
|
int | dm_noflush_suspending (struct dm_target *ti) |
|
| EXPORT_SYMBOL_GPL (dm_noflush_suspending) |
|
struct dm_md_mempools * | dm_alloc_md_mempools (unsigned type, unsigned integrity) |
|
void | dm_free_md_mempools (struct dm_md_mempools *pools) |
|
| EXPORT_SYMBOL (dm_get_mapinfo) |
|
| module_init (dm_init) |
|
| module_exit (dm_exit) |
|
| module_param (major, uint, 0) |
|
| MODULE_PARM_DESC (major,"The major number of the device mapper") |
|
| MODULE_DESCRIPTION (DM_NAME" driver") |
|
| MODULE_AUTHOR ("Joe Thornber <[email protected]>") |
|
| MODULE_LICENSE ("GPL") |
|