Lines Matching defs:nvme_ns_head
469 struct nvme_ns_head { struct
470 struct list_head list;
471 struct srcu_struct srcu;
472 struct nvme_subsystem *subsys;
473 struct nvme_ns_ids ids;
474 u8 lba_shift;
475 u16 ms;
476 u16 pi_size;
477 u8 pi_type;
478 u8 guard_type;
479 struct list_head entry;
480 struct kref ref;
481 bool shared;
482 bool rotational;
483 bool passthru_err_log_enabled;
484 struct nvme_effects_log *effects;
485 u64 nuse;
486 unsigned ns_id;
487 int instance;
489 u64 zsze;
491 unsigned long features;
493 struct ratelimit_state rs_nuse;
517 static inline bool nvme_ns_head_multipath(struct nvme_ns_head *head) in nvme_ns_head_multipath() argument