Home
last modified time | relevance | path

Searched defs:nvmet_ns (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/drivers/nvme/target/
Dnvmet.h52 struct nvmet_ns { struct
53 struct list_head dev_link;
54 struct percpu_ref ref;
55 struct block_device *bdev;
56 struct file *file;
57 bool readonly;
81 static inline struct nvmet_ns *to_nvmet_ns(struct config_item *item) in to_nvmet_ns() argument