Home
last modified time | relevance | path

Searched refs:struct_compat (Results 1 – 2 of 2) sorted by relevance

/include/linux/ceph/
A Ddecode.h318 static inline void ceph_start_encoding(void **p, u8 struct_v, u8 struct_compat, in ceph_start_encoding() argument
322 ceph_encode_8(p, struct_compat); in ceph_start_encoding()
340 u8 struct_compat; in ceph_start_decoding() local
344 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()
A Dceph_fs.h905 __u8 struct_compat; member

Completed in 8 milliseconds