Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nvme/target/
Dfcloop.c1557 static struct class *fcloop_class; variable
1565 fcloop_class = class_create(THIS_MODULE, "fcloop"); in fcloop_init()
1566 if (IS_ERR(fcloop_class)) { in fcloop_init()
1568 ret = PTR_ERR(fcloop_class); in fcloop_init()
1573 fcloop_class, NULL, MKDEV(0, 0), NULL, in fcloop_init()
1586 class_destroy(fcloop_class); in fcloop_init()
1644 device_destroy(fcloop_class, MKDEV(0, 0)); in fcloop_exit()
1645 class_destroy(fcloop_class); in fcloop_exit()