Home
last modified time | relevance | path

Searched refs:struct_v (Results 1 – 4 of 4) sorted by relevance

/net/ceph/
Dauth_x_protocol.h10 __u8 struct_v; member
32 __u8 struct_v; member
37 __u8 struct_v; member
44 __u8 struct_v; member
63 __u8 struct_v; member
70 __u8 struct_v; member
75 __u8 struct_v; member
86 __u8 struct_v; member
Dosdmap.c724 u8 struct_v; in get_osdmap_client_data_v() local
726 ceph_decode_8_safe(p, end, struct_v, e_inval); in get_osdmap_client_data_v()
727 if (struct_v >= 7) { in get_osdmap_client_data_v()
733 struct_v, struct_compat, in get_osdmap_client_data_v()
739 ceph_decode_8_safe(p, end, struct_v, e_inval); in get_osdmap_client_data_v()
743 struct_v, struct_compat, in get_osdmap_client_data_v()
760 struct_v = 0; in get_osdmap_client_data_v()
763 *v = struct_v; in get_osdmap_client_data_v()
1028 u8 struct_v; in osdmap_decode() local
1037 err = get_osdmap_client_data_v(p, end, "full", &struct_v); in osdmap_decode()
[all …]
Dauth_x.c50 .struct_v = 1, in ceph_x_encrypt()
86 if (head.struct_v != 1 || le64_to_cpu(head.magic) != CEPHX_ENC_MAGIC) in ceph_x_decrypt()
312 msg_a->struct_v = 1; in ceph_x_build_authorizer()
315 msg_a->ticket_blob.struct_v = 1; in ceph_x_build_authorizer()
330 msg_b.struct_v = 1; in ceph_x_build_authorizer()
442 auth->struct_v = 1; in ceph_x_build_request()
Dosd_client.c1588 u8 struct_v, struct_cv; in ceph_oloc_decode() local
1594 struct_v = ceph_decode_8(p); in ceph_oloc_decode()
1596 if (struct_v < 3) { in ceph_oloc_decode()
1598 struct_v, struct_cv); in ceph_oloc_decode()
1603 struct_v, struct_cv); in ceph_oloc_decode()
1619 if (struct_v >= 5) { in ceph_oloc_decode()
1627 if (struct_v >= 6) { in ceph_oloc_decode()
1648 u8 struct_v, struct_cv; in ceph_redirect_decode() local
1654 struct_v = ceph_decode_8(p); in ceph_redirect_decode()
1658 struct_v, struct_cv); in ceph_redirect_decode()