Home
last modified time | relevance | path

Searched refs:nvme_bdev_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/nvme/host/
H A Dsysfs.c42 if (disk->fops == &nvme_bdev_ops) in dev_to_ns_head()
151 if (dev_to_disk(dev)->fops != &nvme_bdev_ops) /* per-path attr */ in nvme_ns_id_attrs_are_visible()
H A Dnvme.h927 extern const struct block_device_operations nvme_bdev_ops;
H A Dcore.c2164 const struct block_device_operations nvme_bdev_ops = { variable
3617 disk->fops = &nvme_bdev_ops; in nvme_alloc_ns()