Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Dnvmet.h59 struct nvmet_ns { struct
60 struct percpu_ref ref;
61 struct block_device *bdev;
62 struct file *file;
63 bool readonly;
64 u32 nsid;
65 u32 blksize_shift;
89 static inline struct nvmet_ns *to_nvmet_ns(struct config_item *item) in to_nvmet_ns() argument