Home
last modified time | relevance | path

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

/linux-6.15/rust/kernel/block/mq/
H A Dgen_disk.rs124 set_read_only: None, in build()
/linux-6.15/block/
H A Dioctl.c453 if (bdev->bd_disk->fops->set_read_only) { in blkdev_roset()
454 ret = bdev->bd_disk->fops->set_read_only(bdev, n); in blkdev_roset()
/linux-6.15/include/linux/
H A Dblkdev.h1580 int (*set_read_only)(struct block_device *bdev, bool ro); member
/linux-6.15/drivers/s390/block/
H A Ddasd.c3346 .set_read_only = dasd_set_read_only,
/linux-6.15/drivers/md/
H A Dmd.c8019 .set_read_only = md_set_read_only,