Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dax/
Ddevice.c26 static struct class *dax_class; variable
684 dev->class = dax_class; in devm_create_dev_dax()
715 dax_class = class_create(THIS_MODULE, "dax"); in dax_init()
716 return PTR_ERR_OR_ZERO(dax_class); in dax_init()
721 class_destroy(dax_class); in dax_exit()