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;
1429 const struct pr_ops *pr_ops; member in struct:block_device_operations
/linux-master/block/
H A Dioctl.c286 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops;
304 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops;
322 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops;
340 const struct pr_ops *ops = bdev->bd_disk->fops->pr_ops;
358 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.c3228 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops;
3288 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops;
3331 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops;
3365 const struct pr_ops *ops = dev->bdev->bd_disk->fops->pr_ops;
3401 const struct pr_ops *ops;
3408 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;
903 extern const struct pr_ops nvme_pr_ops;
H A Dmultipath.c454 .pr_ops = &nvme_pr_ops,
H A Dcore.c2304 .pr_ops = &nvme_pr_ops,
/linux-master/drivers/scsi/
H A Dsd.c2015 static const struct pr_ops sd_pr_ops = {
2044 .pr_ops = &sd_pr_ops,

Completed in 177 milliseconds