Home
last modified time | relevance | path

Searched refs:set_read_only (Results 1 – 4 of 4) sorted by relevance

/linux/block/
H A Dioctl.c429 if (bdev->bd_disk->fops->set_read_only) { in blkdev_roset()
430 ret = bdev->bd_disk->fops->set_read_only(bdev, n); in blkdev_roset()
/linux/include/linux/
H A Dblkdev.h1434 int (*set_read_only)(struct block_device *bdev, bool ro); member
/linux/drivers/s390/block/
H A Ddasd.c3335 .set_read_only = dasd_set_read_only,
/linux/drivers/md/
H A Dmd.c8023 .set_read_only = md_set_read_only,