Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/nvme/target/
Dnvmet.h56 struct nvmet_ns { struct
57 struct percpu_ref ref;
58 struct block_device *bdev;
59 struct file *file;
60 bool readonly;
61 u32 nsid;
62 u32 blksize_shift;
86 static inline struct nvmet_ns *to_nvmet_ns(struct config_item *item) in to_nvmet_ns() argument