Home
last modified time | relevance | path

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

/Linux-v5.4/block/
Dioctl.c318 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_register()
336 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_reserve()
354 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_release()
372 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_preempt()
390 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_clear()
/Linux-v5.4/include/linux/
Dpr.h7 struct pr_ops { struct
Dblkdev.h42 struct pr_ops;
1714 const struct pr_ops *pr_ops; member
/Linux-v5.4/fs/nfsd/
Dblocklayout.c335 const struct pr_ops *ops; in nfsd4_block_get_device_info_scsi()
354 ops = sb->s_bdev->bd_disk->fops->pr_ops; in nfsd4_block_get_device_info_scsi()
410 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-v5.4/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-v5.4/drivers/md/
Ddm.c3082 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops; in __dm_pr_register()
3117 const struct pr_ops *ops; in dm_pr_reserve()
3124 ops = bdev->bd_disk->fops->pr_ops; in dm_pr_reserve()
3137 const struct pr_ops *ops; in dm_pr_release()
3144 ops = bdev->bd_disk->fops->pr_ops; in dm_pr_release()
3158 const struct pr_ops *ops; in dm_pr_preempt()
3165 ops = bdev->bd_disk->fops->pr_ops; in dm_pr_preempt()
3178 const struct pr_ops *ops; in dm_pr_clear()
3185 ops = bdev->bd_disk->fops->pr_ops; in dm_pr_clear()
3195 static const struct pr_ops dm_pr_ops = {
[all …]
/Linux-v5.4/drivers/nvme/host/
Dcore.c1985 static const struct pr_ops nvme_pr_ops = {
2023 .pr_ops = &nvme_pr_ops,
2048 .pr_ops = &nvme_pr_ops,
/Linux-v5.4/drivers/scsi/
Dsd.c1799 static const struct pr_ops sd_pr_ops = {
1820 .pr_ops = &sd_pr_ops,