Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/nvme/target/
Dnvmet.h100 struct nvmet_ns { struct
101 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 …]