Home
last modified time | relevance | path

Searched defs:cache_sb (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dbcache.h107 struct cache_sb { struct
108 __u64 csum;
109 __u64 offset;
110 __u64 version;
111 __u8 magic[16];
112 __u8 uuid[16];
113 union {
117 __u8 label[SB_LABEL_SIZE];
118 __u64 flags;
119 __u64 seq;
[all …]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbcache.h105 struct cache_sb { struct
106 __u64 offset;
107 __u64 version;
108 __u8 magic[16];
109 __u8 uuid[16];
110 union {
114 __u8 label[SB_LABEL_SIZE];
115 __u64 flags;
116 __u64 seq;
117 __u64 feature_compat;
[all …]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
Dbcache.h105 struct cache_sb { struct
106 __u64 offset;
107 __u64 version;
108 __u8 magic[16];
109 __u8 uuid[16];
110 union {
114 __u8 label[SB_LABEL_SIZE];
115 __u64 flags;
116 __u64 seq;
117 __u64 feature_compat;
[all …]
/kernel/linux/linux-6.6/drivers/md/bcache/
Dbcache_ondisk.h226 struct cache_sb { struct
227 __u64 offset; /* sector where this sb was written */
228 __u64 version;
230 __u8 magic[16];
232 __u8 uuid[16];
233 union {
237 __u8 label[SB_LABEL_SIZE];
239 __u64 flags;
240 __u64 seq;
242 __u64 feature_compat;
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dbcache.h225 struct cache_sb { struct
226 __u64 offset; /* sector where this sb was written */
227 __u64 version;
229 __u8 magic[16];
231 __u8 uuid[16];
232 union {
236 __u8 label[SB_LABEL_SIZE];
238 __u64 flags;
239 __u64 seq;
241 __u64 feature_compat;
[all …]