Home
last modified time | relevance | path

Searched refs:dm_path (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/md/
Ddm-path-selector.h47 int (*add_path) (struct path_selector *ps, struct dm_path *path,
58 struct dm_path *(*select_path) (struct path_selector *ps,
65 void (*fail_path) (struct path_selector *ps, struct dm_path *p);
70 int (*reinstate_path) (struct path_selector *ps, struct dm_path *p);
76 int (*status) (struct path_selector *ps, struct dm_path *path,
79 int (*start_io) (struct path_selector *ps, struct dm_path *path,
81 int (*end_io) (struct path_selector *ps, struct dm_path *path,
Ddm-queue-length.c36 struct dm_path *path;
84 static int ql_status(struct path_selector *ps, struct dm_path *path, in ql_status()
109 static int ql_add_path(struct path_selector *ps, struct dm_path *path, in ql_add_path()
150 static void ql_fail_path(struct path_selector *ps, struct dm_path *path) in ql_fail_path()
158 static int ql_reinstate_path(struct path_selector *ps, struct dm_path *path) in ql_reinstate_path()
171 static struct dm_path *ql_select_path(struct path_selector *ps, in ql_select_path()
200 static int ql_start_io(struct path_selector *ps, struct dm_path *path, in ql_start_io()
210 static int ql_end_io(struct path_selector *ps, struct dm_path *path, in ql_end_io()
Ddm-service-time.c31 struct dm_path *path;
80 static int st_status(struct path_selector *ps, struct dm_path *path, in st_status()
106 static int st_add_path(struct path_selector *ps, struct dm_path *path, in st_add_path()
163 static void st_fail_path(struct path_selector *ps, struct dm_path *path) in st_fail_path()
171 static int st_reinstate_path(struct path_selector *ps, struct dm_path *path) in st_reinstate_path()
258 static struct dm_path *st_select_path(struct path_selector *ps, in st_select_path()
282 static int st_start_io(struct path_selector *ps, struct dm_path *path, in st_start_io()
292 static int st_end_io(struct path_selector *ps, struct dm_path *path, in st_end_io()
Ddm-round-robin.c26 struct dm_path *path;
85 static int rr_status(struct path_selector *ps, struct dm_path *path, in rr_status()
111 static int rr_add_path(struct path_selector *ps, struct dm_path *path, in rr_add_path()
147 static void rr_fail_path(struct path_selector *ps, struct dm_path *p) in rr_fail_path()
155 static int rr_reinstate_path(struct path_selector *ps, struct dm_path *p) in rr_reinstate_path()
165 static struct dm_path *rr_select_path(struct path_selector *ps, in rr_select_path()
Ddm-mpath.h14 struct dm_path { struct
20 void dm_pg_init_complete(struct dm_path *path, unsigned err_flags); argument
Ddm-mpath.c39 struct dm_path path;
302 struct dm_path *path; in __choose_path_in_pg()