Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/md/
Ddm-mpath.c34 struct pgpath { struct
46 #define path_to_pgpath(__pgp) container_of((__pgp), struct pgpath, path) argument
72 struct pgpath *current_pgpath;
100 struct pgpath *pgpath; member
104 typedef int (*action_fn) (struct pgpath *pgpath);
108 static void activate_or_offline_path(struct pgpath *pgpath);
128 static struct pgpath *alloc_pgpath(void) in alloc_pgpath()
130 struct pgpath *pgpath = kzalloc(sizeof(*pgpath), GFP_KERNEL); in alloc_pgpath() local
132 if (!pgpath) in alloc_pgpath()
135 pgpath->is_active = true; in alloc_pgpath()
[all …]