Home
last modified time | relevance | path

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

/openbmc/linux/block/
H A Dioctl.c394 if (bdev->bd_disk->fops->set_read_only) { in blkdev_roset()
395 ret = bdev->bd_disk->fops->set_read_only(bdev, n); in blkdev_roset()
/openbmc/linux/include/linux/
H A Dblkdev.h1402 int (*set_read_only)(struct block_device *bdev, bool ro); member
/openbmc/linux/drivers/s390/block/
H A Ddasd.c3352 .set_read_only = dasd_set_read_only,
/openbmc/linux/drivers/md/
H A Dmd.c7963 .set_read_only = md_set_read_only,