Home
last modified time | relevance | path

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

/Linux-v4.19/net/ceph/
Dauth_x_protocol.h11 __u8 struct_v; member
33 __u8 struct_v; member
38 __u8 struct_v; member
45 __u8 struct_v; member
64 __u8 struct_v; member
71 __u8 struct_v; member
78 __u8 struct_v; member
83 __u8 struct_v; member
94 __u8 struct_v; member
Dosdmap.c1073 u8 struct_v; in get_osdmap_client_data_v() local
1075 ceph_decode_8_safe(p, end, struct_v, e_inval); in get_osdmap_client_data_v()
1076 if (struct_v >= 7) { in get_osdmap_client_data_v()
1082 struct_v, struct_compat, in get_osdmap_client_data_v()
1088 ceph_decode_8_safe(p, end, struct_v, e_inval); in get_osdmap_client_data_v()
1092 struct_v, struct_compat, in get_osdmap_client_data_v()
1109 struct_v = 0; in get_osdmap_client_data_v()
1112 *v = struct_v; in get_osdmap_client_data_v()
1448 u8 struct_v; in osdmap_decode() local
1457 err = get_osdmap_client_data_v(p, end, "full", &struct_v); in osdmap_decode()
[all …]
Dcls_lock_client.c246 u8 struct_v; in decode_locker() local
251 ret = ceph_start_decoding(p, end, 1, "locker_id_t", &struct_v, &len); in decode_locker()
262 ret = ceph_start_decoding(p, end, 1, "locker_info_t", &struct_v, &len); in decode_locker()
281 u8 struct_v; in decode_lockers() local
288 &struct_v, &struct_len); in decode_lockers()
Dauth_x.c61 hdr->struct_v = 1; in ceph_x_encrypt()
313 msg_b->struct_v = 2; in encrypt_authorizer()
385 msg_a->struct_v = 1; in ceph_x_build_authorizer()
388 msg_a->ticket_blob.struct_v = 1; in ceph_x_build_authorizer()
524 auth->struct_v = 1; in ceph_x_build_request()
Dosd_client.c1642 u8 struct_v; in decode_hoid() local
1646 ret = ceph_start_decoding(p, end, 4, "hobject_t", &struct_v, in decode_hoid()
1651 if (struct_v < 4) { in decode_hoid()
1652 pr_err("got struct_v %d < 4 of hobject_t\n", struct_v); in decode_hoid()
3275 u8 struct_v, struct_cv; in ceph_oloc_decode() local
3281 struct_v = ceph_decode_8(p); in ceph_oloc_decode()
3283 if (struct_v < 3) { in ceph_oloc_decode()
3285 struct_v, struct_cv); in ceph_oloc_decode()
3290 struct_v, struct_cv); in ceph_oloc_decode()
3306 if (struct_v >= 5) { in ceph_oloc_decode()
[all …]
/Linux-v4.19/include/linux/ceph/
Ddecode.h301 static inline void ceph_start_encoding(void **p, u8 struct_v, u8 struct_compat, in ceph_start_encoding() argument
304 ceph_encode_8(p, struct_v); in ceph_start_encoding()
320 const char *name, u8 *struct_v, in ceph_start_decoding() argument
326 *struct_v = ceph_decode_8(p); in ceph_start_decoding()
330 *struct_v, struct_compat, v, name); in ceph_start_decoding()
Dceph_fs.h821 __u8 struct_v; /* compat */ member
/Linux-v4.19/drivers/block/
Drbd.c2787 u8 struct_v; in rbd_request_lock() local
2806 &struct_v, &len); in rbd_request_lock()
3118 static void rbd_handle_acquired_lock(struct rbd_device *rbd_dev, u8 struct_v, in rbd_handle_acquired_lock() argument
3123 if (struct_v >= 2) { in rbd_handle_acquired_lock()
3152 static void rbd_handle_released_lock(struct rbd_device *rbd_dev, u8 struct_v, in rbd_handle_released_lock() argument
3157 if (struct_v >= 2) { in rbd_handle_released_lock()
3189 static int rbd_handle_request_lock(struct rbd_device *rbd_dev, u8 struct_v, in rbd_handle_request_lock() argument
3196 if (struct_v >= 2) { in rbd_handle_request_lock()
3282 u8 struct_v = 0; in rbd_watch_cb() local
3291 &struct_v, &len); in rbd_watch_cb()
[all …]
/Linux-v4.19/fs/ceph/
Dmds_client.c104 u8 struct_v, struct_compat; in parse_reply_info_in() local
110 ceph_decode_8_safe(p, end, struct_v, bad); in parse_reply_info_in()
112 if (!struct_v || !struct_compat) in parse_reply_info_in()
3016 u8 struct_v = 0; in encode_caps_cb() local
3051 struct_v = 2; in encode_caps_cb()
3064 if (struct_v >= 2) in encode_caps_cb()
3072 ceph_pagelist_encode_8(pagelist, struct_v); in encode_caps_cb()
3081 if (struct_v >= 2) in encode_caps_cb()
3939 u8 struct_v, struct_cv; in ceph_mdsc_handle_fsmap() local
3948 struct_v = ceph_decode_8(&p); in ceph_mdsc_handle_fsmap()