Home
last modified time | relevance | path

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

/linux/include/linux/ceph/
H A Dceph_debug.h26 &client->fsid, client->monc.auth->global_id, \
35 client->monc.auth->global_id, \
47 client->monc.auth->global_id, __func__, ##__VA_ARGS__)
53 client->monc.auth->global_id, ##__VA_ARGS__)
56 client->monc.auth->global_id, ##__VA_ARGS__)
59 client->monc.auth->global_id, ##__VA_ARGS__)
62 client->monc.auth->global_id, ##__VA_ARGS__)
65 client->monc.auth->global_id, ##__VA_ARGS__)
68 client->monc.auth->global_id, ##__VA_ARGS__)
71 client->monc.auth->global_id, ##__VA_ARGS__)
H 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,
H A Dmessenger.h68 u64 global_id, void *reply, int reply_len,
/linux/net/ceph/
H A Dauth.c39 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()
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()
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()
[all …]
H 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()
H A Dauth_x.c442 msg_a->global_id = cpu_to_le64(ac->global_id); in ceph_x_build_authorizer()
666 static int handle_auth_session_key(struct ceph_auth_client *ac, u64 global_id, in handle_auth_session_key() argument
682 ceph_auth_set_global_id(ac, global_id); in handle_auth_session_key()
735 static int ceph_x_handle_reply(struct ceph_auth_client *ac, u64 global_id, in ceph_x_handle_reply() argument
769 ret = handle_auth_session_key(ac, global_id, &p, end, in ceph_x_handle_reply()
H A Dmessenger_v2.c1450 u64 global_id = ceph_client_gid(client); in prepare_client_ident() local
1470 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()
1473 global_id, con->v2.global_seq, client->supported_features, in prepare_client_ident()
1487 ceph_encode_64(&p, global_id); in prepare_client_ident()
2370 u64 global_id; in process_auth_done()
2378 ceph_decode_64_safe(&p, end, global_id, bad); in process_auth_done()
2384 dout("%s con %p global_id %llu con_mode %d payload_len %d\n", in process_auth_done()
2385 __func__, con, global_id, con->v2.con_mode, payload_len); in process_auth_done()
2390 ret = con->ops->handle_auth_done(con, global_id, p, payload_len, in process_auth_done()
2484 u64 global_id; in process_server_ident()
2365 u64 global_id; process_auth_done() local
2479 u64 global_id; process_server_ident() local
[all...]
H A Dmon_client.c1300 __func__, monc->auth->global_id); in finish_auth()
1304 cpu_to_le64(monc->auth->global_id); in finish_auth()
1402 u64 global_id, void *reply, int reply_len, in mon_handle_auth_done() argument
1413 ret = ceph_auth_handle_reply_done(monc->auth, global_id, in mon_handle_auth_done()
H A Ddebugfs.c418 client->monc.auth->global_id); in ceph_debugfs_client_init()
H A Dceph_common.c699 return client->monc.auth->global_id; in ceph_client_gid()
H A Dosd_client.c5645 u64 global_id, void *reply, int reply_len, in osd_handle_auth_done()
5641 osd_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) osd_handle_auth_done() argument
/linux/include/trace/events/
H A Dceph.h243 mdsc->fsc->client->monc.auth->global_id : 0;
259 mdsc->fsc->client->monc.auth->global_id : 0;
274 mdsc->fsc->client->monc.auth->global_id : 0;
290 mdsc->fsc->client->monc.auth->global_id : 0;
/linux/arch/loongarch/include/asm/
H A Dcpu-info.h57 int global_id; /* physical global thread number */ member
/linux/fs/ceph/
H A Dmdsmap.h16 u64 global_id; member
H A Ddebugfs.c358 seq_printf(s, "global_id %llu\n", ac->global_id); in mds_sessions_show()
H A Dsnap.c927 client->monc.auth->global_id, __func__, in ceph_update_snap_trace()
/linux/arch/loongarch/kernel/
H A Dproc.c41 seq_printf(m, "global_id\t\t: %d\n", cpu_data[n].global_id); in show_cpuinfo()
H A Dsmp.c371 cpu_data[0].global_id = cpu_logical_map(0); in loongson_prepare_cpus()
433 cpu_data[cpu].global_id = cpu_logical_map(cpu); in loongson_init_secondary()