Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/s390/block/
Ddasd_genhd.c113 rc = bdev_disk_changed(bdev, false); in dasd_scan_partitions()
/Linux-v5.10/include/linux/
Dgenhd.h338 int bdev_disk_changed(struct block_device *bdev, bool invalidate);
/Linux-v5.10/fs/
Dblock_dev.c1383 int bdev_disk_changed(struct block_device *bdev, bool invalidate) in bdev_disk_changed() function
1434 EXPORT_SYMBOL_GPL(bdev_disk_changed);
1516 bdev_disk_changed(bdev, ret == -ENOMEDIUM); in __blkdev_get()
1546 bdev_disk_changed(bdev, ret == -ENOMEDIUM); in __blkdev_get()
/Linux-v5.10/block/
Dioctl.c103 ret = bdev_disk_changed(bdev, false); in blkdev_reread_part()
/Linux-v5.10/drivers/block/
Dloop.c659 rc = bdev_disk_changed(bdev, false); in loop_reread_partitions()
1280 err = bdev_disk_changed(bdev, false); in __loop_clr_fd()