Searched refs:secret_id (Results 1 – 3 of 3) sorted by relevance
21 u64 secret_id; member33 u64 secret_id; member
237 th->secret_id = new_secret_id; in process_one_ticket()241 type, ceph_entity_type_name(type), th->secret_id, in process_one_ticket()327 au->secret_id = th->secret_id; in ceph_x_build_authorizer()334 msg_a->ticket_blob.secret_id = cpu_to_le64(th->secret_id); in ceph_x_build_authorizer()340 dout(" th %p secret_id %lld %lld\n", th, th->secret_id, in ceph_x_build_authorizer()341 le64_to_cpu(msg_a->ticket_blob.secret_id)); in ceph_x_build_authorizer()371 ceph_encode_64(p, th->secret_id); in ceph_x_encode_ticket()598 if (au->secret_id < th->secret_id) { in ceph_x_update_authorizer()600 au->service, au->secret_id, th->secret_id); in ceph_x_update_authorizer()
11 __le64 secret_id; member