Home
last modified time | relevance | path

Searched refs:set_device_ro (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/include/linux/
Dgenhd.h307 extern void set_device_ro(struct block_device *bdev, int flag);
/Linux-v5.10/block/
Dioctl.c399 set_device_ro(bdev, n); in blkdev_roset()
Dgenhd.c1849 void set_device_ro(struct block_device *bdev, int flag) in set_device_ro() function
1854 EXPORT_SYMBOL(set_device_ro);
/Linux-v5.10/Documentation/ide/
DChangeLog.ide-cd.1994-2004119 * -- Call set_device_ro.
/Linux-v5.10/drivers/block/
Dloop.c1141 set_device_ro(bdev, (lo->lo_flags & LO_FLAGS_READ_ONLY) != 0); in loop_configure()