Searched refs:ceph_auth_client (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/include/linux/ceph/ |
D | auth.h | 15 struct ceph_auth_client; 41 int (*is_authenticated)(struct ceph_auth_client *ac); 47 int (*should_authenticate)(struct ceph_auth_client *ac); 54 int (*build_request)(struct ceph_auth_client *ac, void *buf, void *end); 55 int (*handle_reply)(struct ceph_auth_client *ac, int result, 62 int (*create_authorizer)(struct ceph_auth_client *ac, int peer_type, 65 int (*update_authorizer)(struct ceph_auth_client *ac, int peer_type, 67 int (*add_authorizer_challenge)(struct ceph_auth_client *ac, 71 int (*verify_authorizer_reply)(struct ceph_auth_client *ac, 73 void (*invalidate_authorizer)(struct ceph_auth_client *ac, [all …]
|
D | mon_client.h | 13 struct ceph_auth_client; 77 struct ceph_auth_client *auth;
|
/linux-4.19.296/fs/ceph/ |
D | debugfs.c | 163 struct ceph_auth_client *ac = fsc->client->monc.auth; in mds_sessions_show()
|
D | mds_client.c | 4226 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in get_authorizer() 4254 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in add_authorizer_challenge() 4264 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in verify_authorizer_reply() 4273 struct ceph_auth_client *ac = mdsc->fsc->client->monc.auth; in invalidate_authorizer()
|