Searched refs:o_authorizer (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dosd_client.h35 struct ceph_authorizer *o_authorizer; member in struct:ceph_osd
H A Dosd_client.c367 if (osd->o_authorizer)
368 ac->ops->destroy_authorizer(ac, osd->o_authorizer);
1478 if (force_new && o->o_authorizer) {
1479 ac->ops->destroy_authorizer(ac, o->o_authorizer);
1480 o->o_authorizer = NULL;
1482 if (o->o_authorizer == NULL) {
1485 &o->o_authorizer,
1509 return ac->ops->verify_authorizer_reply(ac, o->o_authorizer, len);

Completed in 55 milliseconds