Searched refs:struct_compat (Results 1 – 2 of 2) sorted by relevance
318 static inline void ceph_start_encoding(void **p, u8 struct_v, u8 struct_compat, in ceph_start_encoding() argument322 ceph_encode_8(p, struct_compat); in ceph_start_encoding()340 u8 struct_compat; in ceph_start_decoding() local344 struct_compat = ceph_decode_8(p); in ceph_start_decoding()345 if (v < struct_compat) { in ceph_start_decoding()347 *struct_v, struct_compat, v, name); in ceph_start_decoding()
905 __u8 struct_compat; member
Completed in 8 milliseconds