Home
last modified time | relevance | path

Searched refs:bdops (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/block/
Dpartition-generic.c428 const struct block_device_operations *bdops = disk->fops; in disk_unlock_native_capacity() local
430 if (bdops->unlock_native_capacity && in disk_unlock_native_capacity()
433 bdops->unlock_native_capacity(disk); in disk_unlock_native_capacity()
Dgenhd.c1790 const struct block_device_operations *bdops = disk->fops; in disk_clear_events() local
1798 bdops->media_changed && bdops->media_changed(disk)) in disk_clear_events()
/Linux-v5.4/fs/
Dblock_dev.c1489 const struct block_device_operations *bdops = disk->fops; in check_disk_change() local
1498 if (bdops->revalidate_disk) in check_disk_change()
1499 bdops->revalidate_disk(bdev->bd_disk); in check_disk_change()