Home
last modified time | relevance | path

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

/linux-4.4.14/block/
Dpartition-generic.c387 const struct block_device_operations *bdops = disk->fops; in disk_unlock_native_capacity() local
389 if (bdops->unlock_native_capacity && in disk_unlock_native_capacity()
392 bdops->unlock_native_capacity(disk); in disk_unlock_native_capacity()
Dgenhd.c1570 const struct block_device_operations *bdops = disk->fops; in disk_clear_events() local
1578 bdops->media_changed && bdops->media_changed(disk)) in disk_clear_events()
/linux-4.4.14/fs/
Dblock_dev.c1127 const struct block_device_operations *bdops = disk->fops; in check_disk_change() local
1136 if (bdops->revalidate_disk) in check_disk_change()
1137 bdops->revalidate_disk(bdev->bd_disk); in check_disk_change()