Searched refs:ceph_encode_64 (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ceph/ |
H A D | decode.h | 253 static inline void ceph_encode_64(void **p, u64 v) in ceph_encode_64() function 288 ceph_encode_64(p, ino); in ceph_encode_filepath() 368 ceph_encode_64(p, v); \
|
/linux/net/ceph/ |
H A D | messenger_v2.c | 1190 ceph_encode_64(&p, CEPH_MSGR2_SUPPORTED_FEATURES); in prepare_banner() 1191 ceph_encode_64(&p, CEPH_MSGR2_REQUIRED_FEATURES); in prepare_banner() 1515 ceph_encode_64(&p, global_id); in prepare_client_ident() 1516 ceph_encode_64(&p, con->v2.global_seq); in prepare_client_ident() 1517 ceph_encode_64(&p, client->supported_features); in prepare_client_ident() 1518 ceph_encode_64(&p, client->required_features); in prepare_client_ident() 1519 ceph_encode_64(&p, 0); /* flags */ in prepare_client_ident() 1520 ceph_encode_64(&p, con->v2.client_cookie); in prepare_client_ident() 1551 ceph_encode_64(&p, con->v2.client_cookie); in prepare_session_reconnect() 1552 ceph_encode_64(&p, con->v2.server_cookie); in prepare_session_reconnect() [all …]
|
H A D | osd_client.c | 1911 ceph_encode_64(p, hoid->snapid); in encode_hoid() 1915 ceph_encode_64(p, hoid->pool); in encode_hoid() 2135 ceph_encode_64(p, pgid->pool); in encode_pgid() 2151 ceph_encode_64(p, oloc->pool); in encode_oloc() 2208 ceph_encode_64(&p, req->r_snapid); /* snapid */ in encode_request_partial() 2210 ceph_encode_64(&p, req->r_snapc->seq); in encode_request_partial() 2213 ceph_encode_64(&p, req->r_snapc->snaps[i]); in encode_request_partial() 2215 ceph_encode_64(&p, 0); /* snap_seq */ in encode_request_partial() 2247 ceph_encode_64(&p, msg->con->peer_features); in encode_request_finish() 4400 ceph_encode_64(&p, backoff->id); in create_backoff_message() [all …]
|
H A D | auth.c | 151 ceph_encode_64(&p, ac->global_id); in ceph_auth_build_hello()
|
H A D | auth_x.c | 423 ceph_encode_64(p, th->secret_id); in ceph_x_encode_ticket()
|
H A D | mon_client.c | 882 ceph_encode_64(&p, req->tid); /* handle */ in __ceph_monc_get_version()
|
/linux/fs/ceph/ |
H A D | caps.c | 1320 ceph_encode_64(&p, arg->inline_data ? 0 : CEPH_INLINE_NONE); in encode_cap_msg() 1330 ceph_encode_64(&p, arg->oldest_flush_tid); in encode_cap_msg() 1348 ceph_encode_64(&p, arg->change_attr); in encode_cap_msg() 1354 ceph_encode_64(&p, 0); in encode_cap_msg() 1355 ceph_encode_64(&p, 0); in encode_cap_msg() 1368 ceph_encode_64(&p, arg->size); in encode_cap_msg()
|
H A D | mds_client.c | 1648 ceph_encode_64(&p, mdsc->oldest_tid); in create_session_full_msg() 2918 ceph_encode_64(p, from_kgid(&init_user_ns, in encode_mclientrequest_tail() 2936 ceph_encode_64(p, req->r_fscrypt_file); in encode_mclientrequest_tail()
|
/linux/drivers/block/ |
H A D | rbd.c | 2036 ceph_encode_64(&p, objno); in rbd_cls_object_map_update() 2037 ceph_encode_64(&p, objno + 1); in rbd_cls_object_map_update() 3724 ceph_encode_64(&p, cid.gid); in __rbd_notify_op_lock() 3725 ceph_encode_64(&p, cid.handle); in __rbd_notify_op_lock() 5742 ceph_encode_64(&p, rbd_dev->spec->snap_id); in rbd_dev_v2_parent_info()
|