Home
last modified time | relevance | path

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

/linux/drivers/mtd/ubi/
H A Dvmt.c293 cdev_init(&vol->cdev, &ubi_vol_cdev_operations); in ubi_create_volume()
628 cdev_init(&vol->cdev, &ubi_vol_cdev_operations); in ubi_add_volume()
H A Dubi.h818 extern const struct file_operations ubi_vol_cdev_operations;
H A Dcdev.c1083 const struct file_operations ubi_vol_cdev_operations = { variable