Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dioctl.c262 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_register()
280 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_reserve()
298 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_release()
316 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_preempt()
334 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops; in blkdev_pr_clear()
/Linux-v5.10/include/linux/
Dpr.h7 struct pr_ops { struct
Dblkdev.h41 struct pr_ops;
1862 const struct pr_ops *pr_ops; member
/Linux-v5.10/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.10/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.10/drivers/md/
Ddm.c2958 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops; in __dm_pr_register()
2993 const struct pr_ops *ops; in dm_pr_reserve()
3000 ops = bdev->bd_disk->fops->pr_ops; in dm_pr_reserve()
3013 const struct pr_ops *ops; in dm_pr_release()
3020 ops = bdev->bd_disk->fops->pr_ops; in dm_pr_release()
3034 const struct pr_ops *ops; in dm_pr_preempt()
3041 ops = bdev->bd_disk->fops->pr_ops; in dm_pr_preempt()
3054 const struct pr_ops *ops; in dm_pr_clear()
3061 ops = bdev->bd_disk->fops->pr_ops; in dm_pr_clear()
3071 static const struct pr_ops dm_pr_ops = {
[all …]
/Linux-v5.10/drivers/nvme/host/
Dcore.c2240 static const struct pr_ops nvme_pr_ops = {
2278 .pr_ops = &nvme_pr_ops,
2305 .pr_ops = &nvme_pr_ops,
/Linux-v5.10/drivers/scsi/
Dsd.c1873 static const struct pr_ops sd_pr_ops = {
1893 .pr_ops = &sd_pr_ops,