Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvme/target/
Dnvmet.h58 struct nvmet_ns { struct
59 struct percpu_ref ref;
60 struct block_device *bdev;
61 struct file *file;
62 bool readonly;
63 u32 nsid;
64 u32 blksize_shift;
65 loff_t size;
89 static inline struct nvmet_ns *to_nvmet_ns(struct config_item *item) in to_nvmet_ns() argument