Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvme/host/
Dcore.c2270 static const struct block_device_operations nvme_fops = { variable
3277 if (disk->fops == &nvme_fops) in dev_to_ns_head()
3386 if (dev_to_disk(dev)->fops != &nvme_fops) /* per-path attr */ in nvme_ns_id_attrs_are_visible()
3840 disk->fops = &nvme_fops; in nvme_alloc_ns()