Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Dmd-cluster.h12 struct md_cluster_operations { struct
H A Dmd.h758 extern int register_md_cluster_operations(struct md_cluster_operations *ops,
835 extern struct md_cluster_operations *md_cluster_ops;
H A Dmd-cluster.c1566 static struct md_cluster_operations cluster_ops = {
H A Dmd.c79 struct md_cluster_operations *md_cluster_ops;
8496 int register_md_cluster_operations(struct md_cluster_operations *ops, in register_md_cluster_operations()