Searched refs:set_device_ro (Results 1 – 5 of 5) sorted by relevance
307 extern void set_device_ro(struct block_device *bdev, int flag);
408 set_device_ro(bdev, n); in blkdev_roset()
1858 void set_device_ro(struct block_device *bdev, int flag) in set_device_ro() function1863 EXPORT_SYMBOL(set_device_ro);
119 * -- Call set_device_ro.
1133 set_device_ro(bdev, (lo->lo_flags & LO_FLAGS_READ_ONLY) != 0); in loop_configure()