Searched refs:ceph_encode_64 (Results 1 – 9 of 9) sorted by relevance
/linux-6.3-rc2/include/linux/ceph/ |
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-6.3-rc2/net/ceph/ |
A D | messenger_v2.c | 1407 ceph_encode_64(&p, global_id); in prepare_client_ident() 1408 ceph_encode_64(&p, con->v2.global_seq); in prepare_client_ident() 1410 ceph_encode_64(&p, client->required_features); in prepare_client_ident() 1411 ceph_encode_64(&p, 0); /* flags */ in prepare_client_ident() 1412 ceph_encode_64(&p, con->v2.client_cookie); in prepare_client_ident() 1443 ceph_encode_64(&p, con->v2.client_cookie); in prepare_session_reconnect() 1444 ceph_encode_64(&p, con->v2.server_cookie); in prepare_session_reconnect() 1445 ceph_encode_64(&p, con->v2.global_seq); in prepare_session_reconnect() 1446 ceph_encode_64(&p, con->v2.connect_seq); in prepare_session_reconnect() 1447 ceph_encode_64(&p, con->in_seq); in prepare_session_reconnect() [all …]
|
A D | osd_client.c | 1831 ceph_encode_64(p, hoid->snapid); in encode_hoid() 1835 ceph_encode_64(p, hoid->pool); in encode_hoid() 2054 ceph_encode_64(p, pgid->pool); in encode_pgid() 2070 ceph_encode_64(p, oloc->pool); in encode_oloc() 2127 ceph_encode_64(&p, req->r_snapid); /* snapid */ in encode_request_partial() 2129 ceph_encode_64(&p, req->r_snapc->seq); in encode_request_partial() 2132 ceph_encode_64(&p, req->r_snapc->snaps[i]); in encode_request_partial() 2134 ceph_encode_64(&p, 0); /* snap_seq */ in encode_request_partial() 2166 ceph_encode_64(&p, msg->con->peer_features); in encode_request_finish() 4309 ceph_encode_64(&p, backoff->id); in create_backoff_message() [all …]
|
A D | auth.c | 151 ceph_encode_64(&p, ac->global_id); in ceph_auth_build_hello()
|
A D | auth_x.c | 423 ceph_encode_64(p, th->secret_id); in ceph_x_encode_ticket()
|
A D | mon_client.c | 882 ceph_encode_64(&p, req->tid); /* handle */ in __ceph_monc_get_version()
|
/linux-6.3-rc2/drivers/block/ |
A D | rbd.c | 2013 ceph_encode_64(&p, objno); in rbd_cls_object_map_update() 2014 ceph_encode_64(&p, objno + 1); in rbd_cls_object_map_update() 3702 ceph_encode_64(&p, cid.gid); in __rbd_notify_op_lock() 3703 ceph_encode_64(&p, cid.handle); in __rbd_notify_op_lock() 5691 ceph_encode_64(&p, rbd_dev->spec->snap_id); in get_parent_info()
|
/linux-6.3-rc2/fs/ceph/ |
A D | caps.c | 1282 ceph_encode_64(&p, arg->inline_data ? 0 : CEPH_INLINE_NONE); in encode_cap_msg() 1292 ceph_encode_64(&p, arg->oldest_flush_tid); in encode_cap_msg() 1310 ceph_encode_64(&p, arg->change_attr); in encode_cap_msg()
|
A D | mds_client.c | 2538 ceph_encode_64(p, from_kgid(&init_user_ns, in encode_timestamp_and_gids()
|
Completed in 52 milliseconds