Lines Matching refs:block_device
1931 static int nvme_ioctl(struct block_device *bdev, fmode_t mode, unsigned int cmd, in nvme_ioctl()
1956 static int nvme_compat_ioctl(struct block_device *bdev, fmode_t mode, in nvme_compat_ioctl()
1986 static int nvme_open(struct block_device *bdev, fmode_t mode) in nvme_open()
2008 static int nvme_getgeo(struct block_device *bd, struct hd_geometry *geo) in nvme_getgeo()
2122 static int nvme_pr_command(struct block_device *bdev, u32 cdw10, in nvme_pr_command()
2140 static int nvme_pr_register(struct block_device *bdev, u64 old, in nvme_pr_register()
2154 static int nvme_pr_reserve(struct block_device *bdev, u64 key, in nvme_pr_reserve()
2167 static int nvme_pr_preempt(struct block_device *bdev, u64 old, u64 new, in nvme_pr_preempt()
2174 static int nvme_pr_clear(struct block_device *bdev, u64 key) in nvme_pr_clear()
2180 static int nvme_pr_release(struct block_device *bdev, u64 key, enum pr_type type) in nvme_pr_release()
2309 struct block_device *bd = bdget_disk(ns->disk, 0); in nvme_alloc_ns()