Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbcache.h67 struct cache_sb_disk { struct
68 __le64 csum;
69 __le64 offset;
70 __le64 version;
71 __u8 magic[16];
72 __u8 uuid[16];
73 union {
77 __u8 label[SB_LABEL_SIZE];
78 __le64 flags;
79 __le64 seq;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dbcache.h162 struct cache_sb_disk { struct
163 __le64 csum;
164 __le64 offset; /* sector where this sb was written */
165 __le64 version;
167 __u8 magic[16];
169 __u8 uuid[16];
170 union {
174 __u8 label[SB_LABEL_SIZE];
176 __le64 flags;
177 __le64 seq;
[all …]