Searched refs:set_device_ro (Results 1 – 5 of 5) sorted by relevance
454 set_device_ro(bdev, n); in blkdev_roset()
1522 void set_device_ro(struct block_device *bdev, int flag) in set_device_ro() function1527 EXPORT_SYMBOL(set_device_ro);
420 extern void set_device_ro(struct block_device *bdev, int flag);
119 * -- Call set_device_ro.
947 set_device_ro(bdev, (lo_flags & LO_FLAGS_READ_ONLY) != 0); in loop_set_fd()