Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dcore.c2336 static const struct block_device_operations nvme_fops = { variable
3388 if (disk->fops == &nvme_fops) in dev_to_ns_head()
3497 if (dev_to_disk(dev)->fops != &nvme_fops) /* per-path attr */ in nvme_ns_id_attrs_are_visible()
3958 disk->fops = &nvme_fops; in nvme_alloc_ns()