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()29 struct ceph_auth_none_info *xi = ac->private; in is_authenticated() local31 return !xi->starting; in is_authenticated()36 struct ceph_auth_none_info *xi = ac->private; in should_authenticate() local38 return xi->starting; in should_authenticate()74 struct ceph_auth_none_info *xi = ac->private; in handle_reply() local76 xi->starting = false; in handle_reply()130 struct ceph_auth_none_info *xi; in ceph_auth_none_init() local133 xi = kzalloc(sizeof(*xi), GFP_NOFS); in ceph_auth_none_init()[all …]
22 struct ceph_x_info *xi = ac->private; in ceph_x_is_authenticated() local27 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() local38 ac->want_keys, need, xi->have_keys); in ceph_x_should_authenticate()103 struct ceph_x_info *xi = ac->private; in get_ticket_handler() local104 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() local133 rb_erase(&th->node, &xi->ticket_handlers); in remove_ticket_handler()[all …]