Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/nvdimm/
Dlabel.h82 struct nd_namespace_label { struct
83 u8 uuid[NSLABEL_UUID_LEN];
84 u8 name[NSLABEL_NAME_LEN];
85 __le32 flags;
86 __le16 nlabel;
87 __le16 position;
88 __le64 isetcookie;
89 __le64 lbasize;
90 __le64 dpa;
91 __le64 rawsize;
[all …]
/kernel/linux/linux-4.19/drivers/nvdimm/
Dlabel.h90 struct nd_namespace_label { struct
91 u8 uuid[NSLABEL_UUID_LEN];
92 u8 name[NSLABEL_NAME_LEN];
93 __le32 flags;
94 __le16 nlabel;
95 __le16 position;
96 __le64 isetcookie;
97 __le64 lbasize;
98 __le64 dpa;
99 __le64 rawsize;
[all …]