Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Ddm-mpath.c32 struct pgpath { struct
43 #define path_to_pgpath(__pgp) container_of((__pgp), struct pgpath, path) argument
82 struct pgpath *current_pgpath;
112 struct pgpath *pgpath; member
116 typedef int (*action_fn) (struct pgpath *pgpath);
123 static int __pgpath_busy(struct pgpath *pgpath);
130 static struct pgpath *alloc_pgpath(void) in alloc_pgpath()
132 struct pgpath *pgpath = kzalloc(sizeof(*pgpath), GFP_KERNEL); in alloc_pgpath() local
134 if (pgpath) { in alloc_pgpath()
135 pgpath->is_active = 1; in alloc_pgpath()
[all …]