Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dgenhd.h322 extern void set_device_ro(struct block_device *bdev, int flag);
/OK3568_Linux_fs/kernel/block/
H A Dioctl.c408 set_device_ro(bdev, n); in blkdev_roset()
H A Dgenhd.c1850 void set_device_ro(struct block_device *bdev, int flag) in set_device_ro() function
1855 EXPORT_SYMBOL(set_device_ro);
/OK3568_Linux_fs/kernel/Documentation/ide/
H A DChangeLog.ide-cd.1994-2004119 * -- Call set_device_ro.
/OK3568_Linux_fs/kernel/drivers/block/
H A Dloop.c1133 set_device_ro(bdev, (lo->lo_flags & LO_FLAGS_READ_ONLY) != 0); in loop_configure()