Searched refs:struct_compat (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/ceph/
H A Ddecode.h315 * @struct_compat: oldest code version that can decode it
318 static inline void ceph_start_encoding(void **p, u8 struct_v, u8 struct_compat, argument
322 ceph_encode_8(p, struct_compat);
340 u8 struct_compat; local
344 struct_compat = ceph_decode_8(p);
345 if (v < struct_compat) {
346 pr_warn("got struct_v %d struct_compat %d > %d of %s\n",
347 *struct_v, struct_compat, v, name);
H A Dceph_fs.h919 __u8 struct_compat; member in struct:ceph_mds_quota
/linux-master/net/ceph/
H A Dosdmap.c1297 u8 struct_compat; local
1299 ceph_decode_8_safe(p, end, struct_compat, e_inval);
1300 if (struct_compat > OSDMAP_WRAPPER_COMPAT_VER) {
1302 struct_v, struct_compat,
1309 ceph_decode_8_safe(p, end, struct_compat, e_inval);
1310 if (struct_compat > OSDMAP_CLIENT_DATA_COMPAT_VER) {
1312 struct_v, struct_compat,
/linux-master/fs/ceph/
H A Dmds_client.c78 u8 struct_v, struct_compat; local
82 ceph_decode_8_safe(p, end, struct_compat, bad);
84 * understand encoding with struct_compat == 1. */
85 if (!struct_v || struct_compat != 1)
110 u8 struct_compat; local
112 ceph_decode_8_safe(p, end, struct_compat, bad);
114 * encoding with struct_compat == 1. */
115 if (!struct_v || struct_compat != 1)
287 u8 struct_v, struct_compat; local
290 ceph_decode_8_safe(p, end, struct_compat, ba
321 u8 struct_compat; local
[all...]

Completed in 154 milliseconds