Searched refs:pgpath (Results 1 – 1 of 1) sorted by relevance
32 struct pgpath { struct43 #define path_to_pgpath(__pgp) container_of((__pgp), struct pgpath, path) argument82 struct pgpath *current_pgpath;112 struct pgpath *pgpath; member116 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() local134 if (pgpath) { in alloc_pgpath()135 pgpath->is_active = 1; in alloc_pgpath()[all …]