Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/s390/block/
Ddasd_genhd.c113 rc = bdev_disk_changed(bdev, false); in dasd_scan_partitions()
/kernel/linux/linux-5.10/include/linux/
Dgenhd.h338 int bdev_disk_changed(struct block_device *bdev, bool invalidate);
/kernel/linux/linux-5.10/fs/
Dblock_dev.c1404 int bdev_disk_changed(struct block_device *bdev, bool invalidate) in bdev_disk_changed() function
1458 EXPORT_SYMBOL_GPL(bdev_disk_changed);
1540 bdev_disk_changed(bdev, ret == -ENOMEDIUM); in __blkdev_get()
1570 bdev_disk_changed(bdev, ret == -ENOMEDIUM); in __blkdev_get()
/kernel/linux/linux-5.10/drivers/block/
Dloop.c646 rc = bdev_disk_changed(bdev, false); in loop_reread_partitions()
1276 err = bdev_disk_changed(bdev, false); in __loop_clr_fd()