Lines Matching refs:hops
453 * @hops: holder ops
461 const struct blk_holder_ops *hops)
472 if (WARN_ON_ONCE(bdev->bd_holder_ops != hops))
493 * @hops: holder ops.
503 const struct blk_holder_ops *hops)
512 if (!bd_may_claim(bdev, holder, hops)) {
549 * @hops: block device holder operations
555 const struct blk_holder_ops *hops)
560 BUG_ON(!bd_may_claim(bdev, holder, hops));
570 bdev->bd_holder_ops = hops;
738 * @hops: holder operations
755 const struct blk_holder_ops *hops)
776 ret = bd_prepare_to_claim(bdev, holder, hops);
801 bd_finish_claiming(bdev, holder, hops);
835 const struct blk_holder_ops *hops)
842 bdev = blkdev_get_by_dev(dev, mode, holder, hops);
858 * @hops: holder operations
871 void *holder, const struct blk_holder_ops *hops)
881 bdev = blkdev_get_by_dev(dev, mode, holder, hops);
892 void *holder, const struct blk_holder_ops *hops)
902 handle = bdev_open_by_dev(dev, mode, holder, hops);