Searched defs:nvmet_ns (Results 1 – 1 of 1) sorted by relevance
100 struct nvmet_ns { struct101 struct percpu_ref ref;102 struct file *bdev_file;103 struct block_device *bdev;104 struct file *file;105 bool readonly;106 u32 nsid;107 u32 blksize_shift;108 loff_t size;109 u8 nguid[16];[all …]