/kernel/linux/linux-5.10/net/ceph/ |
H A D | auth.c | 135 ceph_encode_64(&p, ac->global_id); in ceph_auth_build_hello() 186 u64 global_id; in ceph_handle_auth_reply() local 198 global_id = ceph_decode_64(&p); in ceph_handle_auth_reply() 210 result_msg, global_id, payload_len); in ceph_handle_auth_reply() 214 if (global_id && ac->global_id != global_id) { in ceph_handle_auth_reply() 215 dout(" set global_id %lld -> %lld\n", ac->global_id, global_id); in ceph_handle_auth_reply() [all...] |
H A D | auth_x_protocol.h | 65 __le64 global_id; member
|
H A D | auth_none.c | 54 ceph_encode_64_safe(&p, end, ac->global_id, e_range); in ceph_auth_none_build_authorizer() 69 * the generic auth code decode the global_id, and we carry no actual 87 * build an 'authorizer' with our entity_name and global_id. it is
|
H A D | auth_x.c | 386 msg_a->global_id = cpu_to_le64(ac->global_id); in ceph_x_build_authorizer()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | auth.c | 39 void ceph_auth_set_global_id(struct ceph_auth_client *ac, u64 global_id) in ceph_auth_set_global_id() argument 41 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() 44 pr_err("got zero global_id\n"); in ceph_auth_set_global_id() 46 if (ac->global_id && global_id != ac->global_id) in ceph_auth_set_global_id() 47 pr_err("global_id changed from %llu to %llu\n", ac->global_id, in ceph_auth_set_global_id() 206 u64 global_id; ceph_handle_auth_reply() local 491 ceph_auth_handle_reply_done(struct ceph_auth_client *ac, u64 global_id, void *reply, int reply_len, u8 *session_key, int *session_key_len, u8 *con_secret, int *con_secret_len) ceph_auth_handle_reply_done() argument [all...] |
H A D | auth_none.c | 54 ceph_encode_64_safe(&p, end, ac->global_id, e_range); in ceph_auth_none_build_authorizer() 69 * the generic auth code decode the global_id, and we carry no actual 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() 90 * build an 'authorizer' with our entity_name and global_id. it is
|
H A D | auth_x_protocol.h | 66 __le64 global_id; member
|
H A D | auth_x.c | 390 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()
|
H A D | messenger_v2.c | 1482 u64 global_id = ceph_client_gid(client); in prepare_client_ident() local 1502 dout("%s con %p my_addr %s/%u peer_addr %s/%u global_id %llu global_seq %llu features 0x%llx required_features 0x%llx cookie 0x%llx\n", in prepare_client_ident() 1505 global_id, con->v2.global_seq, client->supported_features, in prepare_client_ident() 1519 ceph_encode_64(&p, global_id); in prepare_client_ident() 2396 u64 global_id; in process_auth_done() local 2404 ceph_decode_64_safe(&p, end, global_id, bad); in process_auth_done() 2408 dout("%s con %p global_id %llu con_mode %d payload_len %d\n", in process_auth_done() 2409 __func__, con, global_id, con->v2.con_mode, payload_len); in process_auth_done() 2414 ret = con->ops->handle_auth_done(con, global_id, p, payload_len, in process_auth_done() 2510 u64 global_id; in process_server_ident() local [all...] |
H A D | mon_client.c | 1288 dout("%s authenticated, starting session global_id %llu\n", in finish_auth() 1289 __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() 1402 ret = ceph_auth_handle_reply_done(monc->auth, global_id, in mon_handle_auth_done() 1390 mon_handle_auth_done(struct ceph_connection *con, u64 global_id, void *reply, int reply_len, u8 *session_key, int *session_key_len, u8 *con_secret, int *con_secret_len) mon_handle_auth_done() argument
|
/kernel/linux/linux-6.6/include/linux/ceph/ |
H A D | auth.h | 53 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,
|
H A D | mdsmap.h | 14 u64 global_id; member
|
/kernel/linux/linux-6.6/drivers/tee/optee/ |
H A D | ffa_abi.c | 42 u64 global_id; member 54 .key_offset = offsetof(struct shm_rhash, global_id), 59 u64 global_id) in optee_shm_from_ffa_handle() 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() 84 r->global_id = global_id; in optee_shm_add_ffa_handle() 97 static int optee_shm_rem_ffa_handle(struct optee *optee, u64 global_id) in optee_shm_rem_ffa_handle() argument 103 r = rhashtable_lookup_fast(&optee->ffa.global_ids, &global_id, in optee_shm_rem_ffa_handle() 134 if (mp->u.fmem.global_id ! in from_msg_param_ffa_mem() 58 optee_shm_from_ffa_handle(struct optee *optee, u64 global_id) optee_shm_from_ffa_handle() argument 74 optee_shm_add_ffa_handle(struct optee *optee, struct tee_shm *shm, u64 global_id) optee_shm_add_ffa_handle() argument [all...] |
H A D | optee_msg.h | 142 * @global_id: Global identifier of Shared memory 149 u64 global_id; member
|
/kernel/linux/linux-5.10/include/soc/nps/ |
H A D | common.h | 73 struct global_id { struct 124 ({ struct global_id gid; gid.value = cpu; \
|
/kernel/linux/linux-5.10/fs/ceph/ |
H A D | mdsmap.c | 174 u64 global_id; in ceph_mdsmap_decode() local 187 global_id = ceph_decode_64(p); in ceph_mdsmap_decode() 235 i+1, n, global_id, mds, inc, in ceph_mdsmap_decode() 252 info->global_id = global_id; in ceph_mdsmap_decode()
|
/kernel/linux/linux-6.6/fs/ceph/ |
H A D | mdsmap.c | 175 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()
|
/kernel/linux/linux-5.10/include/linux/ceph/ |
H A D | mdsmap.h | 14 u64 global_id; member
|
H A D | auth.h | 94 u64 global_id; /* our unique id in system */ member
|
/kernel/linux/linux-5.10/arch/loongarch/include/asm/ |
H A D | cpu-info.h | 67 int global_id; /* physical global thread number */ member
|
/kernel/linux/linux-6.6/arch/loongarch/include/asm/ |
H A D | cpu-info.h | 57 int global_id; /* physical global thread number */ member
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | proc.c | 52 seq_printf(m, "global_id\t\t: %d\n", cpu_data[n].global_id); in show_cpuinfo()
|
/kernel/linux/linux-6.6/arch/loongarch/kernel/ |
H A D | proc.c | 52 seq_printf(m, "global_id\t\t: %d\n", cpu_data[n].global_id); in show_cpuinfo()
|
H A D | smp.c | 302 cpu_data[i].global_id = __cpu_logical_map[i]; in loongson_prepare_cpus()
|
/kernel/linux/linux-5.10/arch/loongarch/loongson64/ |
H A D | smp.c | 267 cpu_data[i].global_id = __cpu_logical_map[i]; in loongson3_prepare_cpus()
|