nvme_fops        2034 drivers/nvme/host/core.c static const struct block_device_operations nvme_fops = {
nvme_fops        3028 drivers/nvme/host/core.c 	if (disk->fops == &nvme_fops)
nvme_fops        3137 drivers/nvme/host/core.c 		if (dev_to_disk(dev)->fops != &nvme_fops) /* per-path attr */
nvme_fops        3536 drivers/nvme/host/core.c 	disk->fops = &nvme_fops;