Home
last modified time | relevance | path

Searched refs:xi (Results 1 – 2 of 2) sorted by relevance

/net/ceph/
Dauth_none.c16 struct ceph_auth_none_info *xi = ac->private; in reset() local
18 xi->starting = true; in reset()
19 xi->built_authorizer = false; in reset()
30 struct ceph_auth_none_info *xi = ac->private; in is_authenticated() local
32 return !xi->starting; in is_authenticated()
37 struct ceph_auth_none_info *xi = ac->private; in should_authenticate() local
39 return xi->starting; in should_authenticate()
54 struct ceph_auth_none_info *xi = ac->private; in handle_reply() local
56 xi->starting = false; in handle_reply()
122 struct ceph_auth_none_info *xi; in ceph_auth_none_init() local
[all …]
Dauth_x.c20 struct ceph_x_info *xi = ac->private; in ceph_x_is_authenticated() local
25 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() local
36 ac->want_keys, need, xi->have_keys); in ceph_x_should_authenticate()
99 struct ceph_x_info *xi = ac->private; in get_ticket_handler() local
100 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() local
129 rb_erase(&th->node, &xi->ticket_handlers); in remove_ticket_handler()
[all …]