Searched defs:nvme_ns (Results 1 – 3 of 3) sorted by relevance
507 struct nvme_ns { struct519 struct nvme_ns_head *head; argument521 int lba_shift;522 u16 ms;546 static inline bool nvme_ns_has_pi(struct nvme_ns *ns) in nvme_ns_has_pi() argument
636 struct nvme_ns { struct637 struct list_head list;638 struct nvme_dev *dev;639 unsigned ns_id;640 int devnum;641 int lba_shift;642 u8 flbas;643 u64 mode_select_num_blocks;644 u32 mode_select_block_len;
646 static inline NvmeNamespace *nvme_ns(NvmeCtrl *n, uint32_t nsid) in nvme_ns() function