Searched refs:ceph_encode_64 (Results 1 – 8 of 8) 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( in prepare_session_reconnect() [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 | 1306 ceph_encode_64(&p, arg->inline_data ? 0 : CEPH_INLINE_NONE); in encode_cap_msg() 1316 ceph_encode_64(&p, arg->oldest_flush_tid); in encode_cap_msg() 1334 ceph_encode_64(&p, arg->change_attr); in encode_cap_msg() 1340 ceph_encode_64(&p, 0); in encode_cap_msg() 1341 ceph_encode_64(&p, 0); in encode_cap_msg() 1354 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() 2912 ceph_encode_64(p, from_kgid(&init_user_ns, in encode_mclientrequest_tail() 2930 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() 5741 ceph_encode_64(&p, rbd_dev->spec->snap_id); in rbd_dev_v2_parent_info()
|