Lines Matching defs:bdev
98 struct block_device *bdev = bdget_disk(disk, 0); in nvme_update_bdev_size() local
1674 static int nvme_ioctl(struct block_device *bdev, fmode_t mode, in nvme_ioctl()
1737 static int nvme_compat_ioctl(struct block_device *bdev, fmode_t mode, in nvme_compat_ioctl()
1760 static int nvme_open(struct block_device *bdev, fmode_t mode) in nvme_open()
1790 static int nvme_getgeo(struct block_device *bdev, struct hd_geometry *geo) in nvme_getgeo()
2168 static int nvme_pr_command(struct block_device *bdev, u32 cdw10, in nvme_pr_command()
2194 static int nvme_pr_register(struct block_device *bdev, u64 old, in nvme_pr_register()
2208 static int nvme_pr_reserve(struct block_device *bdev, u64 key, in nvme_pr_reserve()
2221 static int nvme_pr_preempt(struct block_device *bdev, u64 old, u64 new, in nvme_pr_preempt()
2228 static int nvme_pr_clear(struct block_device *bdev, u64 key) in nvme_pr_clear()
2234 static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in nvme_pr_release()
2282 static int nvme_ns_head_open(struct block_device *bdev, fmode_t mode) in nvme_ns_head_open()