Searched refs:c_dev (Results 1 – 1 of 1) sorted by relevance
228 static struct cdev c_dev; variable338 cdev_init(&c_dev, &dax_fops); in dax_attach()339 if (cdev_add(&c_dev, first, 1) == -1) { in dax_attach()363 cdev_del(&c_dev); in dax_detach()