Home
last modified time | relevance | path

Searched refs:global_id (Results 1 – 17 of 17) sorted by relevance

/linux/net/ceph/
A Dauth.c41 dout("%s global_id %llu\n", __func__, global_id); in ceph_auth_set_global_id()
43 if (!global_id) in ceph_auth_set_global_id()
46 if (ac->global_id && global_id != ac->global_id) in ceph_auth_set_global_id()
48 global_id); in ceph_auth_set_global_id()
50 ac->global_id = global_id; in ceph_auth_set_global_id()
151 ceph_encode_64(&p, ac->global_id); in ceph_auth_build_hello()
206 u64 global_id; in ceph_handle_auth_reply() local
218 global_id = ceph_decode_64(&p); in ceph_handle_auth_reply()
230 result_msg, global_id, payload_len); in ceph_handle_auth_reply()
462 ceph_encode_64_safe(&p, end, ac->global_id, e_range); in ceph_auth_get_request()
[all …]
A Dauth_none.c54 ceph_encode_64_safe(&p, end, ac->global_id, e_range); in ceph_auth_none_build_authorizer()
72 static int handle_reply(struct ceph_auth_client *ac, u64 global_id, in handle_reply() argument
80 ceph_auth_set_global_id(ac, global_id); in handle_reply()
A Dauth_x.c390 msg_a->global_id = cpu_to_le64(ac->global_id); in ceph_x_build_authorizer()
600 static int handle_auth_session_key(struct ceph_auth_client *ac, u64 global_id, in handle_auth_session_key() argument
616 ceph_auth_set_global_id(ac, global_id); in handle_auth_session_key()
665 static int ceph_x_handle_reply(struct ceph_auth_client *ac, u64 global_id, in ceph_x_handle_reply() argument
699 ret = handle_auth_session_key(ac, global_id, &p, end, in ceph_x_handle_reply()
A Dauth_x_protocol.h66 __le64 global_id; member
A Dmessenger_v2.c1354 u64 global_id = ceph_client_gid(client); in prepare_client_ident() local
1377 global_id, con->v2.global_seq, client->supported_features, in prepare_client_ident()
1391 ceph_encode_64(&p, global_id); in prepare_client_ident()
2050 u64 global_id; in process_auth_done() local
2058 ceph_decode_64_safe(&p, end, global_id, bad); in process_auth_done()
2063 __func__, con, global_id, con->v2.con_mode, payload_len); in process_auth_done()
2068 ret = con->ops->handle_auth_done(con, global_id, p, payload_len, in process_auth_done()
2164 u64 global_id; in process_server_ident() local
2180 ceph_decode_64_safe(&p, end, global_id, bad); in process_server_ident()
2189 global_id, global_seq, features, required_features, flags, cookie); in process_server_ident()
[all …]
A Dmon_client.c1289 __func__, monc->auth->global_id); in finish_auth()
1293 cpu_to_le64(monc->auth->global_id); in finish_auth()
1391 u64 global_id, void *reply, int reply_len, in mon_handle_auth_done() argument
1402 ret = ceph_auth_handle_reply_done(monc->auth, global_id, in mon_handle_auth_done()
A Ddebugfs.c412 client->monc.auth->global_id); in ceph_debugfs_client_init()
A Dceph_common.c720 return client->monc.auth->global_id; in ceph_client_gid()
A Dosd_client.c5633 u64 global_id, void *reply, int reply_len, in osd_handle_auth_done() argument
/linux/drivers/tee/optee/
A Dffa_abi.c42 u64 global_id; member
54 .key_offset = offsetof(struct shm_rhash, global_id),
59 u64 global_id) in optee_shm_from_ffa_handle() argument
65 r = rhashtable_lookup_fast(&optee->ffa.global_ids, &global_id, in optee_shm_from_ffa_handle()
75 u64 global_id) in optee_shm_add_ffa_handle() argument
84 r->global_id = global_id; in optee_shm_add_ffa_handle()
103 r = rhashtable_lookup_fast(&optee->ffa.global_ids, &global_id, in optee_shm_rem_ffa_handle()
134 if (mp->u.fmem.global_id != OPTEE_MSG_FMEM_INVALID_GLOBAL_ID) in from_msg_param_ffa_mem()
208 mp->u.fmem.global_id = shm->sec_world_id; in to_msg_param_ffa_mem()
211 mp->u.fmem.global_id = OPTEE_MSG_FMEM_INVALID_GLOBAL_ID; in to_msg_param_ffa_mem()
[all …]
A Doptee_msg.h149 u64 global_id; member
/linux/include/linux/ceph/
A Dauth.h53 int (*handle_reply)(struct ceph_auth_client *ac, u64 global_id,
97 u64 global_id; /* our unique id in system */ member
107 void ceph_auth_set_global_id(struct ceph_auth_client *ac, u64 global_id);
165 u64 global_id, void *reply, int reply_len,
A Dmdsmap.h14 u64 global_id; member
A Dmessenger.h66 u64 global_id, void *reply, int reply_len,
/linux/fs/ceph/
A Dmdsmap.c175 u64 global_id; in ceph_mdsmap_decode() local
188 global_id = ceph_decode_64(p); in ceph_mdsmap_decode()
237 i+1, n, global_id, mds, inc, in ceph_mdsmap_decode()
254 info->global_id = global_id; in ceph_mdsmap_decode()
A Ddebugfs.c322 seq_printf(s, "global_id %llu\n", ac->global_id); in mds_sessions_show()
A Dmds_client.c5236 u64 global_id, void *reply, int reply_len, in mds_handle_auth_done() argument

Completed in 53 milliseconds