Searched refs:pr_ops (Results 1 - 13 of 13) sorted by relevance

/linux-master/include/linux/
H A Dpr.h19 struct pr_ops { struct
H A Dblkdev.h38 struct pr_ops;
1444 const struct pr_ops *pr_ops; member in struct:block_device_operations
/linux-master/block/
H A Dioctl.c314 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops;
332 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops;
350 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops;
368 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops;
386 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops;
[all...]
/linux-master/fs/nfsd/
H A Dblocklayout.c255 const struct pr_ops *ops;
275 ops = sb->s_bdev->bd_disk->fops->pr_ops;
336 bdev->bd_disk->fops->pr_ops->pr_preempt(bdev, NFSD_MDS_PR_KEY,
H A Dnfs4layouts.c149 sb->s_bdev->bd_disk->fops->pr_ops &&
/linux-master/drivers/md/
H A Ddm.c3254 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops;
3314 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops;
3357 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops;
3391 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops;
3427 const struct pr_ops *ops;
3434 ops = bdev->bd_disk->fops->pr_ops;
[all...]
/linux-master/fs/nfs/blocklayout/
H A Ddev.c27 const struct pr_ops *ops =
28 file_bdev(dev->bdev_file)->bd_disk->fops->pr_ops;
331 const struct pr_ops *ops;
360 ops = file_bdev(d->bdev_file)->bd_disk->fops->pr_ops;
/linux-master/drivers/target/
H A Dtarget_core_iblock.c850 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops;
854 pr_err("Block device does not support pr_ops but iblock device has been configured for PR passthrough.\n");
927 * When using the pr_ops passthrough method we only support exporting
933 * The block layer pr_ops do not support passing in initiators so
969 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops;
975 pr_err("Block device does not support pr_ops but iblock device has been configured for PR passthrough.\n");
1038 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops;
[all...]
/linux-master/drivers/nvme/host/
H A Dpr.c306 const struct pr_ops nvme_pr_ops = {
H A Dnvme.h23 extern const struct pr_ops nvme_pr_ops;
929 extern const struct pr_ops nvme_pr_ops;
H A Dmultipath.c455 .pr_ops = &nvme_pr_ops,
H A Dcore.c2283 .pr_ops = &nvme_pr_ops,
/linux-master/drivers/scsi/
H A Dsd.c2008 static const struct pr_ops sd_pr_ops = {
2037 .pr_ops = &sd_pr_ops,

Completed in 220 milliseconds