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()
29 struct ceph_auth_none_info *xi = ac->private; in is_authenticated() local
31 return !xi->starting; in is_authenticated()
36 struct ceph_auth_none_info *xi = ac->private; in should_authenticate() local
38 return xi->starting; in should_authenticate()
74 struct ceph_auth_none_info *xi = ac->private; in handle_reply() local
76 xi->starting = false; in handle_reply()
130 struct ceph_auth_none_info *xi; in ceph_auth_none_init() local
133 xi = kzalloc(sizeof(*xi), GFP_NOFS); in ceph_auth_none_init()
[all …]
Dauth_x.c22 struct ceph_x_info *xi = ac->private; in ceph_x_is_authenticated() local
27 ac->want_keys, need, xi->have_keys); in ceph_x_is_authenticated()
28 return (ac->want_keys & xi->have_keys) == ac->want_keys; in ceph_x_is_authenticated()
33 struct ceph_x_info *xi = ac->private; in ceph_x_should_authenticate() local
38 ac->want_keys, need, xi->have_keys); in ceph_x_should_authenticate()
103 struct ceph_x_info *xi = ac->private; in get_ticket_handler() local
104 struct rb_node *parent = NULL, **p = &xi->ticket_handlers.rb_node; in get_ticket_handler()
123 rb_insert_color(&th->node, &xi->ticket_handlers); in get_ticket_handler()
130 struct ceph_x_info *xi = ac->private; in remove_ticket_handler() local
133 rb_erase(&th->node, &xi->ticket_handlers); in remove_ticket_handler()
[all …]