Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
dm-path-selector.h File Reference
#include <linux/device-mapper.h>
#include "dm-mpath.h"

Go to the source code of this file.

Data Structures

struct  path_selector
 
struct  path_selector_type
 

Functions

int dm_register_path_selector (struct path_selector_type *type)
 
int dm_unregister_path_selector (struct path_selector_type *type)
 
struct path_selector_typedm_get_path_selector (const char *name)
 
void dm_put_path_selector (struct path_selector_type *pst)
 

Function Documentation

struct path_selector_type* dm_get_path_selector ( const char name)
read

Definition at line 54 of file dm-path-selector.c.

void dm_put_path_selector ( struct path_selector_type pst)

Definition at line 70 of file dm-path-selector.c.

int dm_register_path_selector ( struct path_selector_type type)

Definition at line 97 of file dm-path-selector.c.

int dm_unregister_path_selector ( struct path_selector_type type)

Definition at line 118 of file dm-path-selector.c.