Home
last modified time | relevance | path

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

/linux-4.1.27/block/
Dpartition-generic.c380 const struct block_device_operations *bdops = disk->fops; in disk_unlock_native_capacity() local
382 if (bdops->unlock_native_capacity && in disk_unlock_native_capacity()
385 bdops->unlock_native_capacity(disk); in disk_unlock_native_capacity()
Dgenhd.c1564 const struct block_device_operations *bdops = disk->fops; in disk_clear_events() local
1572 bdops->media_changed && bdops->media_changed(disk)) in disk_clear_events()
/linux-4.1.27/fs/
Dblock_dev.c1097 const struct block_device_operations *bdops = disk->fops; in check_disk_change() local
1106 if (bdops->revalidate_disk) in check_disk_change()
1107 bdops->revalidate_disk(bdev->bd_disk); in check_disk_change()