Home
last modified time | relevance | path

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

/linux/drivers/nvdimm/
H A Dbtt.h95 struct btt_sb { struct
96 u8 signature[BTT_SIG_LEN];
97 u8 uuid[16];
98 u8 parent_uuid[16];
99 __le32 flags;
100 __le16 version_major;
101 __le16 version_minor;
102 __le32 external_lbasize;
103 __le32 external_nlba;
104 __le32 internal_lbasize;
[all …]
H A Dbtt_devs.c276 struct btt_sb *btt_sb) in nd_btt_version()
311 struct nd_namespace_common *ndns, struct btt_sb *btt_sb) in __nd_btt_probe()
339 struct btt_sb *btt_sb; in nd_btt_probe() local
H A Dbtt.c1645 struct btt_sb *btt_sb; in nvdimm_namespace_attach_btt() local