Searched refs:struct_v (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/net/ceph/ |
D | auth_x_protocol.h | 10 __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
|
D | osdmap.c | 749 u8 struct_v; in get_osdmap_client_data_v() local 751 ceph_decode_8_safe(p, end, struct_v, e_inval); in get_osdmap_client_data_v() 752 if (struct_v >= 7) { in get_osdmap_client_data_v() 758 struct_v, struct_compat, in get_osdmap_client_data_v() 764 ceph_decode_8_safe(p, end, struct_v, e_inval); in get_osdmap_client_data_v() 768 struct_v, struct_compat, in get_osdmap_client_data_v() 785 struct_v = 0; in get_osdmap_client_data_v() 788 *v = struct_v; in get_osdmap_client_data_v() 1053 u8 struct_v; in osdmap_decode() local 1062 err = get_osdmap_client_data_v(p, end, "full", &struct_v); in osdmap_decode() [all …]
|
D | auth_x.c | 51 .struct_v = 1, in ceph_x_encrypt() 87 if (head.struct_v != 1 || le64_to_cpu(head.magic) != CEPHX_ENC_MAGIC) in ceph_x_decrypt() 320 msg_a->struct_v = 1; in ceph_x_build_authorizer() 323 msg_a->ticket_blob.struct_v = 1; in ceph_x_build_authorizer() 338 msg_b.struct_v = 1; in ceph_x_build_authorizer() 450 auth->struct_v = 1; in ceph_x_build_request()
|
D | osd_client.c | 1631 u8 struct_v, struct_cv; in ceph_oloc_decode() local 1637 struct_v = ceph_decode_8(p); in ceph_oloc_decode() 1639 if (struct_v < 3) { in ceph_oloc_decode() 1641 struct_v, struct_cv); in ceph_oloc_decode() 1646 struct_v, struct_cv); in ceph_oloc_decode() 1662 if (struct_v >= 5) { in ceph_oloc_decode() 1670 if (struct_v >= 6) { in ceph_oloc_decode() 1691 u8 struct_v, struct_cv; in ceph_redirect_decode() local 1697 struct_v = ceph_decode_8(p); in ceph_redirect_decode() 1701 struct_v, struct_cv); in ceph_redirect_decode()
|