Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/md/
Dmd-cluster.h11 struct md_cluster_operations { struct
Dmd.h621 extern int register_md_cluster_operations(struct md_cluster_operations *ops,
691 extern struct md_cluster_operations *md_cluster_ops;
Dmd-cluster.c931 static struct md_cluster_operations cluster_ops = {
Dmd.c70 struct md_cluster_operations *md_cluster_ops;
7399 int register_md_cluster_operations(struct md_cluster_operations *ops, struct module *module) in register_md_cluster_operations()