Searched refs:ubi_vol_cdev_operations (Results 1 – 5 of 5) sorted by relevance
265 cdev_init(&vol->cdev, &ubi_vol_cdev_operations); in ubi_create_volume()593 cdev_init(&vol->cdev, &ubi_vol_cdev_operations); in ubi_add_volume()
780 extern const struct file_operations ubi_vol_cdev_operations;
265 cdev_init(&vol->cdev, &ubi_vol_cdev_operations); in ubi_create_volume()576 cdev_init(&vol->cdev, &ubi_vol_cdev_operations); in ubi_add_volume()
818 extern const struct file_operations ubi_vol_cdev_operations;
1082 const struct file_operations ubi_vol_cdev_operations = { variable