Searched refs:xi (Results 1 – 2 of 2) sorted by relevance
16 struct ceph_auth_none_info *xi = ac->private; in reset() local18 xi->starting = true; in reset()19 xi->built_authorizer = false; in reset()30 struct ceph_auth_none_info *xi = ac->private; in is_authenticated() local32 return !xi->starting; in is_authenticated()37 struct ceph_auth_none_info *xi = ac->private; in should_authenticate() local39 return xi->starting; in should_authenticate()54 struct ceph_auth_none_info *xi = ac->private; in handle_reply() local56 xi->starting = false; in handle_reply()122 struct ceph_auth_none_info *xi; in ceph_auth_none_init() local[all …]
20 struct ceph_x_info *xi = ac->private; in ceph_x_is_authenticated() local25 ac->want_keys, need, xi->have_keys); in ceph_x_is_authenticated()26 return (ac->want_keys & xi->have_keys) == ac->want_keys; in ceph_x_is_authenticated()31 struct ceph_x_info *xi = ac->private; in ceph_x_should_authenticate() local36 ac->want_keys, need, xi->have_keys); in ceph_x_should_authenticate()99 struct ceph_x_info *xi = ac->private; in get_ticket_handler() local100 struct rb_node *parent = NULL, **p = &xi->ticket_handlers.rb_node; in get_ticket_handler()119 rb_insert_color(&th->node, &xi->ticket_handlers); in get_ticket_handler()126 struct ceph_x_info *xi = ac->private; in remove_ticket_handler() local129 rb_erase(&th->node, &xi->ticket_handlers); in remove_ticket_handler()[all …]