Searched defs:nvmet_ns (Results 1 – 1 of 1) sorted by relevance
58 struct nvmet_ns { struct59 struct percpu_ref ref;60 struct block_device *bdev;61 struct file *file;62 bool readonly;63 u32 nsid;64 u32 blksize_shift;88 static inline struct nvmet_ns *to_nvmet_ns(struct config_item *item) in to_nvmet_ns() argument