Home
last modified time | relevance | path

Searched refs:pr_ops (Results 1 – 11 of 11) sorted by relevance

/linux-6.3-rc2/block/
A Dioctl.c260 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_register()
278 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_reserve()
296 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_release()
314 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_preempt()
332 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_clear()
/linux-6.3-rc2/fs/nfsd/
A Dblocklayout.c254 const struct pr_ops *ops; in nfsd4_block_get_device_info_scsi()
274 ops = sb->s_bdev->bd_disk->fops->pr_ops; in nfsd4_block_get_device_info_scsi()
334 bdev->bd_disk->fops->pr_ops->pr_preempt(bdev, NFSD_MDS_PR_KEY, in nfsd4_scsi_fence_client()
A Dnfs4layouts.c149 sb->s_bdev->bd_disk->fops->pr_ops && in nfsd4_setup_layout_type()
/linux-6.3-rc2/include/linux/
A Dpr.h7 struct pr_ops { struct
A Dblkdev.h37 struct pr_ops;
1419 const struct pr_ops *pr_ops; member
/linux-6.3-rc2/fs/nfs/blocklayout/
A Ddev.c27 const struct pr_ops *ops = in bl_free_device()
28 dev->bdev->bd_disk->fops->pr_ops; in bl_free_device()
331 const struct pr_ops *ops; in bl_parse_scsi()
357 ops = d->bdev->bd_disk->fops->pr_ops; in bl_parse_scsi()
/linux-6.3-rc2/drivers/md/
A Ddm.c3159 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops; in __dm_pr_register()
3219 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops; in __dm_pr_reserve()
3262 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops; in __dm_pr_release()
3296 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops; in __dm_pr_preempt()
3332 const struct pr_ops *ops; in dm_pr_clear()
3339 ops = bdev->bd_disk->fops->pr_ops; in dm_pr_clear()
3349 static const struct pr_ops dm_pr_ops = {
3365 .pr_ops = &dm_pr_ops,
3374 .pr_ops = &dm_pr_ops,
/linux-6.3-rc2/drivers/nvme/host/
A Dnvme.h860 extern const struct pr_ops nvme_pr_ops;
A Dmultipath.c445 .pr_ops = &nvme_pr_ops,
A Dcore.c2193 const struct pr_ops nvme_pr_ops = {
2257 .pr_ops = &nvme_pr_ops,
/linux-6.3-rc2/drivers/scsi/
A Dsd.c1818 static const struct pr_ops sd_pr_ops = {
1845 .pr_ops = &sd_pr_ops,

Completed in 40 milliseconds