Home
last modified time | relevance | path

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

/Linux-v4.19/block/
Dioctl.c317 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_register()
335 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_reserve()
353 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_release()
371 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_preempt()
389 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_clear()
/Linux-v4.19/include/linux/
Dpr.h7 struct pr_ops { struct
Dblkdev.h42 struct pr_ops;
1991 const struct pr_ops *pr_ops; member
/Linux-v4.19/fs/nfsd/
Dblocklayout.c336 const struct pr_ops *ops; in nfsd4_block_get_device_info_scsi()
355 ops = sb->s_bdev->bd_disk->fops->pr_ops; in nfsd4_block_get_device_info_scsi()
411 bdev->bd_disk->fops->pr_ops->pr_preempt(bdev, NFSD_MDS_PR_KEY, in nfsd4_scsi_fence_client()
Dnfs4layouts.c148 sb->s_bdev && sb->s_bdev->bd_disk->fops->pr_ops && in nfsd4_setup_layout_type()
/Linux-v4.19/fs/nfs/blocklayout/
Ddev.c27 const struct pr_ops *ops = in bl_free_device()
28 dev->bdev->bd_disk->fops->pr_ops; in bl_free_device()
357 const struct pr_ops *ops; in bl_parse_scsi()
377 ops = d->bdev->bd_disk->fops->pr_ops; in bl_parse_scsi()
/Linux-v4.19/drivers/md/
Ddm.c3044 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops; in __dm_pr_register()
3079 const struct pr_ops *ops; in dm_pr_reserve()
3086 ops = bdev->bd_disk->fops->pr_ops; in dm_pr_reserve()
3099 const struct pr_ops *ops; in dm_pr_release()
3106 ops = bdev->bd_disk->fops->pr_ops; in dm_pr_release()
3120 const struct pr_ops *ops; in dm_pr_preempt()
3127 ops = bdev->bd_disk->fops->pr_ops; in dm_pr_preempt()
3140 const struct pr_ops *ops; in dm_pr_clear()
3147 ops = bdev->bd_disk->fops->pr_ops; in dm_pr_clear()
3157 static const struct pr_ops dm_pr_ops = {
[all …]
/Linux-v4.19/drivers/nvme/host/
Dcore.c1654 static const struct pr_ops nvme_pr_ops = {
1692 .pr_ops = &nvme_pr_ops,
1717 .pr_ops = &nvme_pr_ops,
/Linux-v4.19/drivers/scsi/
Dsd.c1784 static const struct pr_ops sd_pr_ops = {
1804 .pr_ops = &sd_pr_ops,