Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dpartition-generic.c423 const struct block_device_operations *bdops = disk->fops; in disk_unlock_native_capacity() local
425 if (bdops->unlock_native_capacity && in disk_unlock_native_capacity()
428 bdops->unlock_native_capacity(disk); in disk_unlock_native_capacity()
Dgenhd.c1743 const struct block_device_operations *bdops = disk->fops; in disk_clear_events() local
1751 bdops->media_changed && bdops->media_changed(disk)) in disk_clear_events()
/Linux-v4.19/fs/
Dblock_dev.c1393 const struct block_device_operations *bdops = disk->fops; in check_disk_change() local
1402 if (bdops->revalidate_disk) in check_disk_change()
1403 bdops->revalidate_disk(bdev->bd_disk); in check_disk_change()