Searched refs:ceph_monc_validate_auth (Results 1 – 4 of 4) sorted by relevance
150 extern int ceph_monc_validate_auth(struct ceph_mon_client *monc);
1339 int ceph_monc_validate_auth(struct ceph_mon_client *monc) in ceph_monc_validate_auth() function1348 EXPORT_SYMBOL(ceph_monc_validate_auth);
5590 return ceph_monc_validate_auth(&osdc->client->monc); in osd_invalidate_authorizer()5659 ret = ceph_monc_validate_auth(monc); in osd_handle_auth_bad_method()
5193 return ceph_monc_validate_auth(&mdsc->fsc->client->monc); in mds_invalidate_authorizer()5262 ret = ceph_monc_validate_auth(monc); in mds_handle_auth_bad_method()
Completed in 31 milliseconds